Html Css Color HEX #02BDCD Iris Blue

📋 copy color: '#02BDCD'

red 2 ◦ green 189 ◦ blue 205

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

Shades of Iris Blue #02BDCD

Tints of Iris Blue #02BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 0.51%
G = 47.73%
B = 51.77%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#02BDCD (or 0x02BDCD) is known color: Iris Blue. HEX triplet: 02, BD and CD. RGB value is (2,189,205). Sum of RGB (Red+Green+Blue) = 2+189+205=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #02BDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDCD is #FD4232. Grayscale: #868686. Windows color (decimal): -16597555 or 13483266. OLE color: 13483266.

HSL color Cylindrical-coordinate representation of color #02BDCD: hue angle of 184.73º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDCD is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 189 205 -
CMYK 0.99 0.08 0 0.20
HSL 184.73º 0.98% 0.41% -
HSV(B) 184.73º 0.99% 0.8% -
XYZ 29.24 40.82 64.09 -
YUV 134.91 167.55 33.2 -
System Red Green Blue C M Y K H S L
Decimal 2 189 205 0.99 0.08 0 0.20 184.73 0.98 0.41
Hex 2 BD CD 63 8 0 14 B9 62 29
Octal 2 275 315 143 10 0 24 271 142 51
Binary 10 10111101 11001101 1100011 1000 0 10100 10111001 1100010 101001

Color Harmonies of #02BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BDCD

Black with #02BDCD

Text Example


Text Example

White with #02BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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