Html Css Color HEX #02BDDC Iris Blue

📋 copy color: '#02BDDC'

red 2 ◦ green 189 ◦ blue 220

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

Shades of Iris Blue #02BDDC

Tints of Iris Blue #02BDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.99%

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

R = 0.49%
G = 45.99%
B = 53.53%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#02BDDC (or 0x02BDDC) is known color: Iris Blue. HEX triplet: 02, BD and DC. RGB value is (2,189,220). Sum of RGB (Red+Green+Blue) = 2+189+220=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #02BDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDDC is #FD4223. Grayscale: #888888. Windows color (decimal): -16597540 or 14466306. OLE color: 14466306.

HSL color Cylindrical-coordinate representation of color #02BDDC: hue angle of 188.53º 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 #02BDDC is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 189 220 -
CMYK 0.99 0.14 0 0.14
HSL 188.53º 0.98% 0.44% -
HSV(B) 188.53º 0.99% 0.86% -
XYZ 31.14 41.58 74.09 -
YUV 136.62 175.05 31.98 -
System Red Green Blue C M Y K H S L
Decimal 2 189 220 0.99 0.14 0 0.14 188.53 0.98 0.44
Hex 2 BD DC 63 E 0 E BD 62 2C
Octal 2 275 334 143 16 0 16 275 142 54
Binary 10 10111101 11011100 1100011 1110 0 1110 10111101 1100010 101100

Color Harmonies of #02BDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BDDC

Black with #02BDDC

Text Example


Text Example

White with #02BDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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