Html Css Color HEX #22BCC7 Iris Blue

📋 copy color: '#22BCC7'

red 34 ◦ green 188 ◦ blue 199

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

Shades of Iris Blue #22BCC7

Tints of Iris Blue #22BCC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.27%

R = 8.08%
G = 44.66%
B = 47.27%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#22BCC7 (or 0x22BCC7) is known color: Iris Blue. HEX triplet: 22, BC and C7. RGB value is (34,188,199). Sum of RGB (Red+Green+Blue) = 34+188+199=421 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.08% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #22BCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22BCC7 is #DD4338. Grayscale: #8F8F8F. Windows color (decimal): -14500665 or 13089826. OLE color: 13089826.

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

Color convert

RGB 34 188 199 -
CMYK 0.83 0.06 0 0.22
HSL 184º 0.71% 0.46% -
HSV(B) 184º 0.83% 0.78% -
XYZ 28.95 40.43 60.31 -
YUV 143.21 159.48 50.11 -
System Red Green Blue C M Y K H S L
Decimal 34 188 199 0.83 0.06 0 0.22 184 0.71 0.46
Hex 22 BC C7 53 6 0 16 B8 47 2E
Octal 42 274 307 123 6 0 26 270 107 56
Binary 100010 10111100 11000111 1010011 110 0 10110 10111000 1000111 101110

Color Harmonies of #22BCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22BCC7

Black with #22BCC7

Text Example


Text Example

White with #22BCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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