Html Css Color HEX #02ACD3 Iris Blue

📋 copy color: '#02ACD3'

red 2 ◦ green 172 ◦ blue 211

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

Shades of Iris Blue #02ACD3

Tints of Iris Blue #02ACD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.81%

R = 0.52%
G = 44.68%
B = 54.81%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#02ACD3 (or 0x02ACD3) is known color: Iris Blue. HEX triplet: 02, AC and D3. RGB value is (2,172,211). Sum of RGB (Red+Green+Blue) = 2+172+211=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #02ACD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACD3 is #FD532C. Grayscale: #7D7D7D. Windows color (decimal): -16601901 or 13872130. OLE color: 13872130.

HSL color Cylindrical-coordinate representation of color #02ACD3: hue angle of 191.2º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACD3 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 2 172 211 -
CMYK 0.99 0.18 0 0.17
HSL 191.2º 0.98% 0.42% -
HSV(B) 191.2º 0.99% 0.83% -
XYZ 26.54 34.22 66.83 -
YUV 125.62 176.18 39.83 -
System Red Green Blue C M Y K H S L
Decimal 2 172 211 0.99 0.18 0 0.17 191.2 0.98 0.42
Hex 2 AC D3 63 12 0 11 BF 62 2A
Octal 2 254 323 143 22 0 21 277 142 52
Binary 10 10101100 11010011 1100011 10010 0 10001 10111111 1100010 101010

Color Harmonies of #02ACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACD3

Black with #02ACD3

Text Example


Text Example

White with #02ACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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