Html Css Color HEX #02B9DC Iris Blue

📋 copy color: '#02B9DC'

red 2 ◦ green 185 ◦ blue 220

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

Shades of Iris Blue #02B9DC

Tints of Iris Blue #02B9DC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.45%

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 0.49%
G = 45.45%
B = 54.05%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02B9DC (or 0x02B9DC) is known color: Iris Blue. HEX triplet: 02, B9 and DC. RGB value is (2,185,220). Sum of RGB (Red+Green+Blue) = 2+185+220=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #02B9DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02B9DC is #FD4623. Grayscale: #858585. Windows color (decimal): -16598564 or 14465282. OLE color: 14465282.

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

Color convert

RGB 2 185 220 -
CMYK 0.99 0.16 0 0.14
HSL 189.63º 0.98% 0.44% -
HSV(B) 189.63º 0.99% 0.86% -
XYZ 30.29 39.88 73.81 -
YUV 134.27 176.37 33.65 -
System Red Green Blue C M Y K H S L
Decimal 2 185 220 0.99 0.16 0 0.14 189.63 0.98 0.44
Hex 2 B9 DC 63 10 0 E BE 62 2C
Octal 2 271 334 143 20 0 16 276 142 54
Binary 10 10111001 11011100 1100011 10000 0 1110 10111110 1100010 101100

Color Harmonies of #02B9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B9DC

Black with #02B9DC

Text Example


Text Example

White with #02B9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,185,220); }

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

background-color css

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

 a { background-color: rgb(2,185,220); }

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

border-color css

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

 span { border-color: rgb(2,185,220); }

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