Html Css Color HEX #22B3CB Iris Blue

📋 copy color: '#22B3CB'

red 34 ◦ green 179 ◦ blue 203

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

Shades of Iris Blue #22B3CB

Tints of Iris Blue #22B3CB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.03%

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

R = 8.17%
G = 43.03%
B = 48.8%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#22B3CB (or 0x22B3CB) is known color: Iris Blue. HEX triplet: 22, B3 and CB. RGB value is (34,179,203). Sum of RGB (Red+Green+Blue) = 34+179+203=416 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.17% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #22B3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22B3CB is #DD4C34. Grayscale: #8A8A8A. Windows color (decimal): -14502965 or 13349666. OLE color: 13349666.

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

Color convert

RGB 34 179 203 -
CMYK 0.83 0.12 0 0.20
HSL 188.52º 0.71% 0.46% -
HSV(B) 188.52º 0.83% 0.8% -
XYZ 27.56 36.89 62.17 -
YUV 138.38 164.46 53.55 -
System Red Green Blue C M Y K H S L
Decimal 34 179 203 0.83 0.12 0 0.20 188.52 0.71 0.46
Hex 22 B3 CB 53 C 0 14 BD 47 2E
Octal 42 263 313 123 14 0 24 275 107 56
Binary 100010 10110011 11001011 1010011 1100 0 10100 10111101 1000111 101110

Color Harmonies of #22B3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22B3CB

Black with #22B3CB

Text Example


Text Example

White with #22B3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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