Html Css Color HEX #02ACCB Iris Blue

📋 copy color: '#02ACCB'

red 2 ◦ green 172 ◦ blue 203

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

Shades of Iris Blue #02ACCB

Tints of Iris Blue #02ACCB

RGB

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

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

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

R = 0.53%
G = 45.62%
B = 53.85%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#02ACCB (or 0x02ACCB) is known color: Iris Blue. HEX triplet: 02, AC and CB. RGB value is (2,172,203). Sum of RGB (Red+Green+Blue) = 2+172+203=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #02ACCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACCB is #FD5334. Grayscale: #7C7C7C. Windows color (decimal): -16601909 or 13347842. OLE color: 13347842.

HSL color Cylindrical-coordinate representation of color #02ACCB: hue angle of 189.25º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACCB is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 172 203 -
CMYK 0.99 0.15 0 0.20
HSL 189.25º 0.98% 0.4% -
HSV(B) 189.25º 0.99% 0.8% -
XYZ 25.56 33.83 61.68 -
YUV 124.7 172.18 40.48 -
System Red Green Blue C M Y K H S L
Decimal 2 172 203 0.99 0.15 0 0.20 189.25 0.98 0.4
Hex 2 AC CB 63 F 0 14 BD 62 28
Octal 2 254 313 143 17 0 24 275 142 50
Binary 10 10101100 11001011 1100011 1111 0 10100 10111101 1100010 101000

Color Harmonies of #02ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACCB

Black with #02ACCB

Text Example


Text Example

White with #02ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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