Html Css Color HEX #02ACB5 Iris Blue

📋 copy color: '#02ACB5'

red 2 ◦ green 172 ◦ blue 181

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

Shades of Iris Blue #02ACB5

Tints of Iris Blue #02ACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.45%

 BLUE value IS 181 (71.09% from 255) = 50.99%

R = 0.56%
G = 48.45%
B = 50.99%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#02ACB5 (or 0x02ACB5) is known color: Iris Blue. HEX triplet: 02, AC and B5. RGB value is (2,172,181). Sum of RGB (Red+Green+Blue) = 2+172+181=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #02ACB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACB5 is #FD534A. Grayscale: #797979. Windows color (decimal): -16601931 or 11906050. OLE color: 11906050.

HSL color Cylindrical-coordinate representation of color #02ACB5: hue angle of 183.02º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACB5 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 2 172 181 -
CMYK 0.99 0.05 0 0.29
HSL 183.02º 0.98% 0.36% -
HSV(B) 183.02º 0.99% 0.71% -
XYZ 23.12 32.85 48.84 -
YUV 122.2 161.18 42.27 -
System Red Green Blue C M Y K H S L
Decimal 2 172 181 0.99 0.05 0 0.29 183.02 0.98 0.36
Hex 2 AC B5 63 5 0 1D B7 62 24
Octal 2 254 265 143 5 0 35 267 142 44
Binary 10 10101100 10110101 1100011 101 0 11101 10110111 1100010 100100

Color Harmonies of #02ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACB5

Black with #02ACB5

Text Example


Text Example

White with #02ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,172,181); }

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

background-color css

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

 a { background-color: rgb(2,172,181); }

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

border-color css

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

 span { border-color: rgb(2,172,181); }

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