Html Css Color HEX #02BDC5 Iris Blue

📋 copy color: '#02BDC5'

red 2 ◦ green 189 ◦ blue 197

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

Shades of Iris Blue #02BDC5

Tints of Iris Blue #02BDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 50.77%

R = 0.52%
G = 48.71%
B = 50.77%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#02BDC5 (or 0x02BDC5) is known color: Iris Blue. HEX triplet: 02, BD and C5. RGB value is (2,189,197). Sum of RGB (Red+Green+Blue) = 2+189+197=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 197 (77.34% from 255 or 50.77% from 388); Max value from RGB is 197 - color contains mainly: blue. Hex color #02BDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BDC5 is #FD423A. Grayscale: #858585. Windows color (decimal): -16597563 or 12958978. OLE color: 12958978.

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

Color convert

RGB 2 189 197 -
CMYK 0.99 0.04 0 0.23
HSL 182.46º 0.98% 0.39% -
HSV(B) 182.46º 0.99% 0.77% -
XYZ 28.3 40.44 59.14 -
YUV 134 163.55 33.85 -
System Red Green Blue C M Y K H S L
Decimal 2 189 197 0.99 0.04 0 0.23 182.46 0.98 0.39
Hex 2 BD C5 63 4 0 17 B6 62 27
Octal 2 275 305 143 4 0 27 266 142 47
Binary 10 10111101 11000101 1100011 100 0 10111 10110110 1100010 100111

Color Harmonies of #02BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BDC5

Black with #02BDC5

Text Example


Text Example

White with #02BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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