Html Css Color HEX #02BFBC Iris Blue

📋 copy color: '#02BFBC'

red 2 ◦ green 191 ◦ blue 188

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

Shades of Iris Blue #02BFBC

Tints of Iris Blue #02BFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 50.13%

 BLUE value IS 188 (73.83% from 255) = 49.34%

R = 0.52%
G = 50.13%
B = 49.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#02BFBC (or 0x02BFBC) is known color: Iris Blue. HEX triplet: 02, BF and BC. RGB value is (2,191,188). Sum of RGB (Red+Green+Blue) = 2+191+188=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #02BFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFBC is #FD4043. Grayscale: #858585. Windows color (decimal): -16597060 or 12369666. OLE color: 12369666.

HSL color Cylindrical-coordinate representation of color #02BFBC: hue angle of 179.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFBC is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 191 188 -
CMYK 0.99 0 0.02 0.25
HSL 179.05º 0.98% 0.38% -
HSV(B) 179.05º 0.99% 0.75% -
XYZ 27.73 40.91 54.01 -
YUV 134.15 158.38 33.74 -
System Red Green Blue C M Y K H S L
Decimal 2 191 188 0.99 0 0.02 0.25 179.05 0.98 0.38
Hex 2 BF BC 63 0 2 19 B3 62 26
Octal 2 277 274 143 0 2 31 263 142 46
Binary 10 10111111 10111100 1100011 0 10 11001 10110011 1100010 100110

Color Harmonies of #02BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BFBC

Black with #02BFBC

Text Example


Text Example

White with #02BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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