Html Css Color HEX #02BDC9 Iris Blue

📋 copy color: '#02BDC9'

red 2 ◦ green 189 ◦ blue 201

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

Shades of Iris Blue #02BDC9

Tints of Iris Blue #02BDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.28%

R = 0.51%
G = 48.21%
B = 51.28%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#02BDC9 (or 0x02BDC9) is known color: Iris Blue. HEX triplet: 02, BD and C9. RGB value is (2,189,201). Sum of RGB (Red+Green+Blue) = 2+189+201=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #02BDC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDC9 is #FD4236. Grayscale: #868686. Windows color (decimal): -16597559 or 13221122. OLE color: 13221122.

HSL color Cylindrical-coordinate representation of color #02BDC9: hue angle of 183.62º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BDC9 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 2 189 201 -
CMYK 0.99 0.06 0 0.21
HSL 183.62º 0.98% 0.4% -
HSV(B) 183.62º 0.99% 0.79% -
XYZ 28.77 40.63 61.58 -
YUV 134.46 165.55 33.52 -
System Red Green Blue C M Y K H S L
Decimal 2 189 201 0.99 0.06 0 0.21 183.62 0.98 0.4
Hex 2 BD C9 63 6 0 15 B8 62 28
Octal 2 275 311 143 6 0 25 270 142 50
Binary 10 10111101 11001001 1100011 110 0 10101 10111000 1100010 101000

Color Harmonies of #02BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BDC9

Black with #02BDC9

Text Example


Text Example

White with #02BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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