Html Css Color HEX #22BDCC Iris Blue

📋 copy color: '#22BDCC'

red 34 ◦ green 189 ◦ blue 204

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

Shades of Iris Blue #22BDCC

Tints of Iris Blue #22BDCC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.26%

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

R = 7.96%
G = 44.26%
B = 47.78%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#22BDCC (or 0x22BDCC) is known color: Iris Blue. HEX triplet: 22, BD and CC. RGB value is (34,189,204). Sum of RGB (Red+Green+Blue) = 34+189+204=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #22BDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BDCC is #DD4233. Grayscale: #909090. Windows color (decimal): -14500404 or 13417762. OLE color: 13417762.

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

Color convert

RGB 34 189 204 -
CMYK 0.83 0.07 0 0.2
HSL 185.29º 0.71% 0.47% -
HSV(B) 185.29º 0.83% 0.8% -
XYZ 29.76 41.09 63.49 -
YUV 144.37 161.65 49.28 -
System Red Green Blue C M Y K H S L
Decimal 34 189 204 0.83 0.07 0 0.2 185.29 0.71 0.47
Hex 22 BD CC 53 7 0 14 B9 47 2F
Octal 42 275 314 123 7 0 24 271 107 57
Binary 100010 10111101 11001100 1010011 111 0 10100 10111001 1000111 101111

Color Harmonies of #22BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BDCC

Black with #22BDCC

Text Example


Text Example

White with #22BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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