Html Css Color HEX #01BEB2 Iris Blue

📋 copy color: '#01BEB2'

red 1 ◦ green 190 ◦ blue 178

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

Shades of Iris Blue #01BEB2

Tints of Iris Blue #01BEB2

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

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

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

R = 0.27%
G = 51.49%
B = 48.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#01BEB2 (or 0x01BEB2) is known color: Iris Blue. HEX triplet: 01, BE and B2. RGB value is (1,190,178). Sum of RGB (Red+Green+Blue) = 1+190+178=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #01BEB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BEB2 is #FE414D. Grayscale: #838383. Windows color (decimal): -16662862 or 11714049. OLE color: 11714049.

HSL color Cylindrical-coordinate representation of color #01BEB2: hue angle of 176.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BEB2 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 190 178 -
CMYK 0.99 0 0.06 0.25
HSL 176.19º 0.99% 0.37% -
HSV(B) 176.19º 0.99% 0.75% -
XYZ 26.46 40.05 48.45 -
YUV 132.12 153.88 34.48 -
System Red Green Blue C M Y K H S L
Decimal 1 190 178 0.99 0 0.06 0.25 176.19 0.99 0.37
Hex 1 BE B2 63 0 6 19 B0 63 25
Octal 1 276 262 143 0 6 31 260 143 45
Binary 1 10111110 10110010 1100011 0 110 11001 10110000 1100011 100101

Color Harmonies of #01BEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEB2

Black with #01BEB2

Text Example


Text Example

White with #01BEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01BEB2; }

 p { color: rgb(1,190,178); }

 H1.HeaderClassName
 {
   color: #01BEB2;
 }
 .AnyTagClassName
 {
   color: #01BEB2;
 }
</style>

background-color css

<style>
 a { background-color: #01BEB2; }

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

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

border-color css

<style>
 span { border-color: #01BEB2; }

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

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