Html Css Color HEX #02ACDF Iris Blue

📋 copy color: '#02ACDF'

red 2 ◦ green 172 ◦ blue 223

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

Shades of Iris Blue #02ACDF

Tints of Iris Blue #02ACDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 0.5%
G = 43.32%
B = 56.17%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#02ACDF (or 0x02ACDF) is known color: Iris Blue. HEX triplet: 02, AC and DF. RGB value is (2,172,223). Sum of RGB (Red+Green+Blue) = 2+172+223=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #02ACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACDF is #FD5320. Grayscale: #7E7E7E. Windows color (decimal): -16601889 or 14658562. OLE color: 14658562.

HSL color Cylindrical-coordinate representation of color #02ACDF: hue angle of 193.85º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACDF is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 172 223 -
CMYK 0.99 0.23 0 0.13
HSL 193.85º 0.98% 0.44% -
HSV(B) 193.85º 0.99% 0.87% -
XYZ 28.1 34.85 75.06 -
YUV 126.98 182.18 38.85 -
System Red Green Blue C M Y K H S L
Decimal 2 172 223 0.99 0.23 0 0.13 193.85 0.98 0.44
Hex 2 AC DF 63 17 0 D C2 62 2C
Octal 2 254 337 143 27 0 15 302 142 54
Binary 10 10101100 11011111 1100011 10111 0 1101 11000010 1100010 101100

Color Harmonies of #02ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02ACDF

Black with #02ACDF

Text Example


Text Example

White with #02ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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