Html Css Color HEX #22BBCC Iris Blue

📋 copy color: '#22BBCC'

red 34 ◦ green 187 ◦ blue 204

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

Shades of Iris Blue #22BBCC

Tints of Iris Blue #22BBCC

RGB

 RED value IS 34 (13.67% from 255) = 8%

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

 BLUE value IS 204 (80.08% from 255) = 48%

R = 8%
G = 44%
B = 48%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#22BBCC (or 0x22BBCC) is known color: Iris Blue. HEX triplet: 22, BB and CC. RGB value is (34,187,204). Sum of RGB (Red+Green+Blue) = 34+187+204=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #22BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BBCC is #DD4433. Grayscale: #8E8E8E. Windows color (decimal): -14500916 or 13417250. OLE color: 13417250.

HSL color Cylindrical-coordinate representation of color #22BBCC: hue angle of 186º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22BBCC is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 187 204 -
CMYK 0.83 0.08 0 0.2
HSL 186º 0.71% 0.47% -
HSV(B) 186º 0.83% 0.8% -
XYZ 29.33 40.24 63.35 -
YUV 143.19 162.31 50.12 -
System Red Green Blue C M Y K H S L
Decimal 34 187 204 0.83 0.08 0 0.2 186 0.71 0.47
Hex 22 BB CC 53 8 0 14 BA 47 2F
Octal 42 273 314 123 10 0 24 272 107 57
Binary 100010 10111011 11001100 1010011 1000 0 10100 10111010 1000111 101111

Color Harmonies of #22BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BBCC

Black with #22BBCC

Text Example


Text Example

White with #22BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22BBCC; }

 p { color: rgb(34,187,204); }

 H1.HeaderClassName
 {
   color: #22BBCC;
 }
 .AnyTagClassName
 {
   color: #22BBCC;
 }
</style>

background-color css

<style>
 a { background-color: #22BBCC; }

 a { background-color: rgb(34,187,204); }

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

border-color css

<style>
 span { border-color: #22BBCC; }

 span { border-color: rgb(34,187,204); }

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