Html Css Color HEX #02ABBD Iris Blue

📋 copy color: '#02ABBD'

red 2 ◦ green 171 ◦ blue 189

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

Shades of Iris Blue #02ABBD

Tints of Iris Blue #02ABBD

RGB

 RED value IS 2 (1.17% from 255) = 0.55%

 GREEN value IS 171 (67.19% from 255) = 47.24%

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 0.55%
G = 47.24%
B = 52.21%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#02ABBD (or 0x02ABBD) is known color: Iris Blue. HEX triplet: 02, AB and BD. RGB value is (2,171,189). Sum of RGB (Red+Green+Blue) = 2+171+189=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #02ABBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABBD is #FD5442. Grayscale: #7A7A7A. Windows color (decimal): -16602179 or 12430082. OLE color: 12430082.

HSL color Cylindrical-coordinate representation of color #02ABBD: hue angle of 185.78º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABBD is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 171 189 -
CMYK 0.99 0.10 0 0.26
HSL 185.78º 0.98% 0.37% -
HSV(B) 185.78º 0.99% 0.74% -
XYZ 23.77 32.81 53.22 -
YUV 122.52 165.51 42.04 -
System Red Green Blue C M Y K H S L
Decimal 2 171 189 0.99 0.10 0 0.26 185.78 0.98 0.37
Hex 2 AB BD 63 A 0 1A BA 62 25
Octal 2 253 275 143 12 0 32 272 142 45
Binary 10 10101011 10111101 1100011 1010 0 11010 10111010 1100010 100101

Color Harmonies of #02ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ABBD

Black with #02ABBD

Text Example


Text Example

White with #02ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02ABBD; }

 p { color: rgb(2,171,189); }

 H1.HeaderClassName
 {
   color: #02ABBD;
 }
 .AnyTagClassName
 {
   color: #02ABBD;
 }
</style>

background-color css

<style>
 a { background-color: #02ABBD; }

 a { background-color: rgb(2,171,189); }

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

border-color css

<style>
 span { border-color: #02ABBD; }

 span { border-color: rgb(2,171,189); }

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