Html Css Color HEX #02BCD5 Iris Blue

📋 copy color: '#02BCD5'

red 2 ◦ green 188 ◦ blue 213

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

Shades of Iris Blue #02BCD5

Tints of Iris Blue #02BCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.65%

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 0.5%
G = 46.65%
B = 52.85%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#02BCD5 (or 0x02BCD5) is known color: Iris Blue. HEX triplet: 02, BC and D5. RGB value is (2,188,213). Sum of RGB (Red+Green+Blue) = 2+188+213=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #02BCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCD5 is #FD432A. Grayscale: #868686. Windows color (decimal): -16597803 or 14007298. OLE color: 14007298.

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

Color convert

RGB 2 188 213 -
CMYK 0.99 0.12 0 0.16
HSL 187.11º 0.98% 0.42% -
HSV(B) 187.11º 0.99% 0.84% -
XYZ 30.02 40.78 69.24 -
YUV 135.24 171.88 32.97 -
System Red Green Blue C M Y K H S L
Decimal 2 188 213 0.99 0.12 0 0.16 187.11 0.98 0.42
Hex 2 BC D5 63 C 0 10 BB 62 2A
Octal 2 274 325 143 14 0 20 273 142 52
Binary 10 10111100 11010101 1100011 1100 0 10000 10111011 1100010 101010

Color Harmonies of #02BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BCD5

Black with #02BCD5

Text Example


Text Example

White with #02BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,188,213); }

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

background-color css

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

 a { background-color: rgb(2,188,213); }

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

border-color css

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

 span { border-color: rgb(2,188,213); }

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