Html Css Color HEX #02ACDB Iris Blue

📋 copy color: '#02ACDB'

red 2 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #02ACDB

Tints of Iris Blue #02ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 0.51%
G = 43.77%
B = 55.73%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02ACDB (or 0x02ACDB) is known color: Iris Blue. HEX triplet: 02, AC and DB. RGB value is (2,172,219). Sum of RGB (Red+Green+Blue) = 2+172+219=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #02ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACDB is #FD5324. Grayscale: #7E7E7E. Windows color (decimal): -16601893 or 14396418. OLE color: 14396418.

HSL color Cylindrical-coordinate representation of color #02ACDB: hue angle of 193º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACDB is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 172 219 -
CMYK 0.99 0.21 0 0.14
HSL 193º 0.98% 0.43% -
HSV(B) 193º 0.99% 0.86% -
XYZ 27.56 34.63 72.25 -
YUV 126.53 180.18 39.18 -
System Red Green Blue C M Y K H S L
Decimal 2 172 219 0.99 0.21 0 0.14 193 0.98 0.43
Hex 2 AC DB 63 15 0 E C1 62 2B
Octal 2 254 333 143 25 0 16 301 142 53
Binary 10 10101100 11011011 1100011 10101 0 1110 11000001 1100010 101011

Color Harmonies of #02ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACDB

Black with #02ACDB

Text Example


Text Example

White with #02ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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