Html Css Color HEX #02BEBE Iris Blue

📋 copy color: '#02BEBE'

red 2 ◦ green 190 ◦ blue 190

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

Shades of Iris Blue #02BEBE

Tints of Iris Blue #02BEBE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.74%

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 0.52%
G = 49.74%
B = 49.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#02BEBE (or 0x02BEBE) is known color: Iris Blue. HEX triplet: 02, BE and BE. RGB value is (2,190,190). Sum of RGB (Red+Green+Blue) = 2+190+190=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #02BEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BEBE is #FD4141. Grayscale: #858585. Windows color (decimal): -16597314 or 12500482. OLE color: 12500482.

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

Color convert

RGB 2 190 190 -
CMYK 0.99 0 0 0.25
HSL 180º 0.98% 0.38% -
HSV(B) 180º 0.99% 0.75% -
XYZ 27.73 40.56 55.08 -
YUV 133.79 159.72 34 -
System Red Green Blue C M Y K H S L
Decimal 2 190 190 0.99 0 0 0.25 180 0.98 0.38
Hex 2 BE BE 63 0 0 19 B4 62 26
Octal 2 276 276 143 0 0 31 264 142 46
Binary 10 10111110 10111110 1100011 0 0 11001 10110100 1100010 100110

Color Harmonies of #02BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02BEBE

Black with #02BEBE

Text Example


Text Example

White with #02BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,190,190); }

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

background-color css

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

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

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

border-color css

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

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

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