Html Css Color HEX #02BCD7 Iris Blue

📋 copy color: '#02BCD7'

red 2 ◦ green 188 ◦ blue 215

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

Shades of Iris Blue #02BCD7

Tints of Iris Blue #02BCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.09%

R = 0.49%
G = 46.42%
B = 53.09%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#02BCD7 (or 0x02BCD7) is known color: Iris Blue. HEX triplet: 02, BC and D7. RGB value is (2,188,215). Sum of RGB (Red+Green+Blue) = 2+188+215=405 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #02BCD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCD7 is #FD4328. Grayscale: #878787. Windows color (decimal): -16597801 or 14138370. OLE color: 14138370.

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

Color convert

RGB 2 188 215 -
CMYK 0.99 0.13 0 0.16
HSL 187.61º 0.98% 0.43% -
HSV(B) 187.61º 0.99% 0.84% -
XYZ 30.27 40.89 70.59 -
YUV 135.46 172.88 32.8 -
System Red Green Blue C M Y K H S L
Decimal 2 188 215 0.99 0.13 0 0.16 187.61 0.98 0.43
Hex 2 BC D7 63 D 0 10 BC 62 2B
Octal 2 274 327 143 15 0 20 274 142 53
Binary 10 10111100 11010111 1100011 1101 0 10000 10111100 1100010 101011

Color Harmonies of #02BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BCD7

Black with #02BCD7

Text Example


Text Example

White with #02BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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