Html Css Color HEX #02BCD6 Iris Blue

📋 copy color: '#02BCD6'

red 2 ◦ green 188 ◦ blue 214

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

Shades of Iris Blue #02BCD6

Tints of Iris Blue #02BCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.97%

R = 0.5%
G = 46.53%
B = 52.97%

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

#02BCD6 (or 0x02BCD6) is known color: Iris Blue. HEX triplet: 02, BC and D6. RGB value is (2,188,214). Sum of RGB (Red+Green+Blue) = 2+188+214=404 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #02BCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCD6 is #FD4329. Grayscale: #878787. Windows color (decimal): -16597802 or 14072834. OLE color: 14072834.

HSL color Cylindrical-coordinate representation of color #02BCD6: hue angle of 187.36º 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 #02BCD6 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 188 214 -
CMYK 0.99 0.12 0 0.16
HSL 187.36º 0.98% 0.42% -
HSV(B) 187.36º 0.99% 0.84% -
XYZ 30.15 40.83 69.91 -
YUV 135.35 172.38 32.89 -
System Red Green Blue C M Y K H S L
Decimal 2 188 214 0.99 0.12 0 0.16 187.36 0.98 0.42
Hex 2 BC D6 63 C 0 10 BB 62 2A
Octal 2 274 326 143 14 0 20 273 142 52
Binary 10 10111100 11010110 1100011 1100 0 10000 10111011 1100010 101010

Color Harmonies of #02BCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BCD6

Black with #02BCD6

Text Example


Text Example

White with #02BCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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