Html Css Color HEX #01BFCE Iris Blue

📋 copy color: '#01BFCE'

red 1 ◦ green 191 ◦ blue 206

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

Shades of Iris Blue #01BFCE

Tints of Iris Blue #01BFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 0.25%
G = 47.99%
B = 51.76%

CMYK

 C value IS 1.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#01BFCE (or 0x01BFCE) is known color: Iris Blue. HEX triplet: 01, BF and CE. RGB value is (1,191,206). Sum of RGB (Red+Green+Blue) = 1+191+206=398 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #01BFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFCE is #FE4031. Grayscale: #878787. Windows color (decimal): -16662578 or 13549313. OLE color: 13549313.

HSL color Cylindrical-coordinate representation of color #01BFCE: hue angle of 184.39º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFCE is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 191 206 -
CMYK 1.00 0.07 0 0.19
HSL 184.39º 0.99% 0.41% -
HSV(B) 184.39º 1% 0.81% -
XYZ 29.78 41.72 64.88 -
YUV 135.9 167.55 31.78 -
System Red Green Blue C M Y K H S L
Decimal 1 191 206 1.00 0.07 0 0.19 184.39 0.99 0.41
Hex 1 BF CE 64 7 0 13 B8 63 29
Octal 1 277 316 144 7 0 23 270 143 51
Binary 1 10111111 11001110 1100100 111 0 10011 10111000 1100011 101001

Color Harmonies of #01BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFCE

Black with #01BFCE

Text Example


Text Example

White with #01BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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