Html Css Color HEX #22BCCC Iris Blue

📋 copy color: '#22BCCC'

red 34 ◦ green 188 ◦ blue 204

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

Shades of Iris Blue #22BCCC

Tints of Iris Blue #22BCCC

RGB

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

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

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

R = 7.98%
G = 44.13%
B = 47.89%

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

#22BCCC (or 0x22BCCC) is known color: Iris Blue. HEX triplet: 22, BC and CC. RGB value is (34,188,204). Sum of RGB (Red+Green+Blue) = 34+188+204=426 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.98% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #22BCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BCCC is #DD4333. Grayscale: #8F8F8F. Windows color (decimal): -14500660 or 13417506. OLE color: 13417506.

HSL color Cylindrical-coordinate representation of color #22BCCC: hue angle of 185.65º 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 #22BCCC is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 34 188 204 -
CMYK 0.83 0.08 0 0.2
HSL 185.65º 0.71% 0.47% -
HSV(B) 185.65º 0.83% 0.8% -
XYZ 29.54 40.67 63.42 -
YUV 143.78 161.98 49.7 -
System Red Green Blue C M Y K H S L
Decimal 34 188 204 0.83 0.08 0 0.2 185.65 0.71 0.47
Hex 22 BC CC 53 8 0 14 BA 47 2F
Octal 42 274 314 123 10 0 24 272 107 57
Binary 100010 10111100 11001100 1010011 1000 0 10100 10111010 1000111 101111

Color Harmonies of #22BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BCCC

Black with #22BCCC

Text Example


Text Example

White with #22BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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