Html Css Color HEX #23BCC8 Iris Blue

📋 copy color: '#23BCC8'

red 35 ◦ green 188 ◦ blue 200

#23BCC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #23BCC8

Tints of Iris Blue #23BCC8

RGB

 RED value IS 35 (14.06% from 255) = 8.27%

 GREEN value IS 188 (73.83% from 255) = 44.44%

 BLUE value IS 200 (78.52% from 255) = 47.28%

R = 8.27%
G = 44.44%
B = 47.28%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#23BCC8 (or 0x23BCC8) is known color: Iris Blue. HEX triplet: 23, BC and C8. RGB value is (35,188,200). Sum of RGB (Red+Green+Blue) = 35+188+200=423 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.27% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 200 - color contains mainly: blue. Hex color #23BCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BCC8 is #DC4337. Grayscale: #8F8F8F. Windows color (decimal): -14435128 or 13155363. OLE color: 13155363.

HSL color Cylindrical-coordinate representation of color #23BCC8: hue angle of 184.36º 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 #23BCC8 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 188 200 -
CMYK 0.82 0.06 0 0.22
HSL 184.36º 0.7% 0.46% -
HSV(B) 184.36º 0.83% 0.78% -
XYZ 29.1 40.49 60.93 -
YUV 143.62 159.81 50.52 -
System Red Green Blue C M Y K H S L
Decimal 35 188 200 0.82 0.06 0 0.22 184.36 0.7 0.46
Hex 23 BC C8 52 6 0 16 B8 46 2E
Octal 43 274 310 122 6 0 26 270 106 56
Binary 100011 10111100 11001000 1010010 110 0 10110 10111000 1000110 101110

Color Harmonies of #23BCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BCC8

Black with #23BCC8

Text Example


Text Example

White with #23BCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23BCC8;
 }
 .AnyTagClassName
 {
   color: #23BCC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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