Html Css Color HEX #22BCCB Iris Blue

📋 copy color: '#22BCCB'

red 34 ◦ green 188 ◦ blue 203

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

Shades of Iris Blue #22BCCB

Tints of Iris Blue #22BCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 8%
G = 44.24%
B = 47.76%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#22BCCB (or 0x22BCCB) is known color: Iris Blue. HEX triplet: 22, BC and CB. RGB value is (34,188,203). Sum of RGB (Red+Green+Blue) = 34+188+203=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #22BCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BCCB is #DD4334. Grayscale: #8F8F8F. Windows color (decimal): -14500661 or 13351970. OLE color: 13351970.

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

Color convert

RGB 34 188 203 -
CMYK 0.83 0.07 0 0.20
HSL 185.33º 0.71% 0.46% -
HSV(B) 185.33º 0.83% 0.8% -
XYZ 29.42 40.62 62.79 -
YUV 143.66 161.48 49.78 -
System Red Green Blue C M Y K H S L
Decimal 34 188 203 0.83 0.07 0 0.20 185.33 0.71 0.46
Hex 22 BC CB 53 7 0 14 B9 47 2E
Octal 42 274 313 123 7 0 24 271 107 56
Binary 100010 10111100 11001011 1010011 111 0 10100 10111001 1000111 101110

Color Harmonies of #22BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BCCB

Black with #22BCCB

Text Example


Text Example

White with #22BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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