Html Css Color HEX #01BFB6 Iris Blue

📋 copy color: '#01BFB6'

red 1 ◦ green 191 ◦ blue 182

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

Shades of Iris Blue #01BFB6

Tints of Iris Blue #01BFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.66%

R = 0.27%
G = 51.07%
B = 48.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#01BFB6 (or 0x01BFB6) is known color: Iris Blue. HEX triplet: 01, BF and B6. RGB value is (1,191,182). Sum of RGB (Red+Green+Blue) = 1+191+182=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #01BFB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFB6 is #FE4049. Grayscale: #858585. Windows color (decimal): -16662602 or 11976449. OLE color: 11976449.

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

Color convert

RGB 1 191 182 -
CMYK 0.99 0 0.05 0.25
HSL 177.16º 0.99% 0.38% -
HSV(B) 177.16º 0.99% 0.75% -
XYZ 27.09 40.65 50.67 -
YUV 133.16 155.55 33.73 -
System Red Green Blue C M Y K H S L
Decimal 1 191 182 0.99 0 0.05 0.25 177.16 0.99 0.38
Hex 1 BF B6 63 0 5 19 B1 63 26
Octal 1 277 266 143 0 5 31 261 143 46
Binary 1 10111111 10110110 1100011 0 101 11001 10110001 1100011 100110

Color Harmonies of #01BFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFB6

Black with #01BFB6

Text Example


Text Example

White with #01BFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,191,182); }

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

background-color css

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

 a { background-color: rgb(1,191,182); }

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

border-color css

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

 span { border-color: rgb(1,191,182); }

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