#23bac8

Color #23BAC8 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #23BAC8

Tints of Iris Blue #23BAC8

Color information

#23BAC8 (or 0x23BAC8) is unknown color: approx Iris Blue. HEX triplet: 23, BA and C8. RGB value is (35,186,200). Sum of RGB (Red+Green+Blue) = 35+186+200=421 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.31% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #23BAC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BAC8 is #DC4537. Grayscale: #8E8E8E. Windows color (decimal): -14435640 or 13154851. OLE color: 13154851.

HSL color Cylindrical-coordinate representation of color #23BAC8: hue angle of 185.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BAC8 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB35186200-
CMYK0.820.0700.22
HSL185.09º70.21%46.08%-
HSV(B)185.09º82.5%78.43%-
XYZ28.6839.6560.78-
YUV142.45160.4751.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 8.31%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 200 (78.52% from 255) = 47.51%
R=8.31%
G=44.18%
B=47.51%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal351862000.820.0700.22185.0970.2146.08
Hex23BAC8527016b9462e
Octal43272310122702627110656
Binary10001110111010110010001010010111010110101110011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23bac8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23bac8; }

 p { color: rgb(35,186,200); }

 H1.HeaderClassName
 {
   color: #23bac8;
 }
 .AnyTagClassName
 {
   color: #23bac8;
 }
</style>
background-color css

<style>
 a { background-color: #23bac8; }

 a { background-color: rgb(35,186,200); }

 div.DivClassName
 {
   background-color: #23bac8;
 }
 .BgClassName
 {
   background-color: #23bac8;
 }
</style>
border-color css

<style>
 span { border-color: #23bac8; }

 span { border-color: rgb(35,186,200); }

 td.TdClassName
 {
   border-color: #23bac8;
 }
 .TagClassName
 {
   border-color: #23bac8;
 }
</style>