Html Css Color HEX #02BCBB Iris Blue

📋 copy color: '#02BCBB'

red 2 ◦ green 188 ◦ blue 187

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

Shades of Iris Blue #02BCBB

Tints of Iris Blue #02BCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 0.53%
G = 49.87%
B = 49.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#02BCBB (or 0x02BCBB) is known color: Iris Blue. HEX triplet: 02, BC and BB. RGB value is (2,188,187). Sum of RGB (Red+Green+Blue) = 2+188+187=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #02BCBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BCBB is #FD4344. Grayscale: #848484. Windows color (decimal): -16597829 or 12303362. OLE color: 12303362.

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

Color convert

RGB 2 188 187 -
CMYK 0.99 0 0.01 0.26
HSL 179.68º 0.98% 0.37% -
HSV(B) 179.68º 0.99% 0.74% -
XYZ 26.98 39.57 53.23 -
YUV 132.27 158.88 35.08 -
System Red Green Blue C M Y K H S L
Decimal 2 188 187 0.99 0 0.01 0.26 179.68 0.98 0.37
Hex 2 BC BB 63 0 1 1A B4 62 25
Octal 2 274 273 143 0 1 32 264 142 45
Binary 10 10111100 10111011 1100011 0 1 11010 10110100 1100010 100101

Color Harmonies of #02BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BCBB

Black with #02BCBB

Text Example


Text Example

White with #02BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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