Html Css Color HEX #23BBC8 Iris Blue

📋 copy color: '#23BBC8'

red 35 ◦ green 187 ◦ blue 200

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

Shades of Iris Blue #23BBC8

Tints of Iris Blue #23BBC8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.31%

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

R = 8.29%
G = 44.31%
B = 47.39%

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

#23BBC8 (or 0x23BBC8) is known color: Iris Blue. HEX triplet: 23, BB and C8. RGB value is (35,187,200). Sum of RGB (Red+Green+Blue) = 35+187+200=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #23BBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BBC8 is #DC4437. Grayscale: #8E8E8E. Windows color (decimal): -14435384 or 13155107. OLE color: 13155107.

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

Color convert

RGB 35 187 200 -
CMYK 0.82 0.06 0 0.22
HSL 184.73º 0.7% 0.46% -
HSV(B) 184.73º 0.83% 0.78% -
XYZ 28.89 40.07 60.85 -
YUV 143.03 160.14 50.94 -
System Red Green Blue C M Y K H S L
Decimal 35 187 200 0.82 0.06 0 0.22 184.73 0.7 0.46
Hex 23 BB C8 52 6 0 16 B9 46 2E
Octal 43 273 310 122 6 0 26 271 106 56
Binary 100011 10111011 11001000 1010010 110 0 10110 10111001 1000110 101110

Color Harmonies of #23BBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BBC8

Black with #23BBC8

Text Example


Text Example

White with #23BBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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