Html Css Color HEX #02BCB2 Iris Blue

📋 copy color: '#02BCB2'

red 2 ◦ green 188 ◦ blue 178

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

Shades of Iris Blue #02BCB2

Tints of Iris Blue #02BCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.37%

R = 0.54%
G = 51.09%
B = 48.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#02BCB2 (or 0x02BCB2) is known color: Iris Blue. HEX triplet: 02, BC and B2. RGB value is (2,188,178). Sum of RGB (Red+Green+Blue) = 2+188+178=368 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #02BCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02BCB2 is #FD434D. Grayscale: #838383. Windows color (decimal): -16597838 or 11713538. OLE color: 11713538.

HSL color Cylindrical-coordinate representation of color #02BCB2: hue angle of 176.77º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BCB2 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 188 178 -
CMYK 0.99 0 0.05 0.26
HSL 176.77º 0.98% 0.37% -
HSV(B) 176.77º 0.99% 0.74% -
XYZ 26.04 39.19 48.31 -
YUV 131.25 154.38 35.81 -
System Red Green Blue C M Y K H S L
Decimal 2 188 178 0.99 0 0.05 0.26 176.77 0.98 0.37
Hex 2 BC B2 63 0 5 1A B1 62 25
Octal 2 274 262 143 0 5 32 261 142 45
Binary 10 10111100 10110010 1100011 0 101 11010 10110001 1100010 100101

Color Harmonies of #02BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BCB2

Black with #02BCB2

Text Example


Text Example

White with #02BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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