Html Css Color HEX #01BFBE Iris Blue

📋 copy color: '#01BFBE'

red 1 ◦ green 191 ◦ blue 190

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

Shades of Iris Blue #01BFBE

Tints of Iris Blue #01BFBE

RGB

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

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

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

R = 0.26%
G = 50%
B = 49.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#01BFBE (or 0x01BFBE) is known color: Iris Blue. HEX triplet: 01, BF and BE. RGB value is (1,191,190). Sum of RGB (Red+Green+Blue) = 1+191+190=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #01BFBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFBE is #FE4041. Grayscale: #858585. Windows color (decimal): -16662594 or 12500737. OLE color: 12500737.

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

Color convert

RGB 1 191 190 -
CMYK 0.99 0 0.01 0.25
HSL 179.68º 0.99% 0.38% -
HSV(B) 179.68º 0.99% 0.75% -
XYZ 27.94 40.99 55.15 -
YUV 134.08 159.55 33.08 -
System Red Green Blue C M Y K H S L
Decimal 1 191 190 0.99 0 0.01 0.25 179.68 0.99 0.38
Hex 1 BF BE 63 0 1 19 B4 63 26
Octal 1 277 276 143 0 1 31 264 143 46
Binary 1 10111111 10111110 1100011 0 1 11001 10110100 1100011 100110

Color Harmonies of #01BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFBE

Black with #01BFBE

Text Example


Text Example

White with #01BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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