Html Css Color HEX #01BFC3 Iris Blue

📋 copy color: '#01BFC3'

red 1 ◦ green 191 ◦ blue 195

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

Shades of Iris Blue #01BFC3

Tints of Iris Blue #01BFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.39%

R = 0.26%
G = 49.35%
B = 50.39%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01BFC3 (or 0x01BFC3) is known color: Iris Blue. HEX triplet: 01, BF and C3. RGB value is (1,191,195). Sum of RGB (Red+Green+Blue) = 1+191+195=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #01BFC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFC3 is #FE403C. Grayscale: #868686. Windows color (decimal): -16662589 or 12828417. OLE color: 12828417.

HSL color Cylindrical-coordinate representation of color #01BFC3: hue angle of 181.24º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BFC3 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 191 195 -
CMYK 0.99 0.02 0 0.24
HSL 181.24º 0.99% 0.38% -
HSV(B) 181.24º 0.99% 0.76% -
XYZ 28.49 41.21 58.08 -
YUV 134.65 162.05 32.67 -
System Red Green Blue C M Y K H S L
Decimal 1 191 195 0.99 0.02 0 0.24 181.24 0.99 0.38
Hex 1 BF C3 63 2 0 18 B5 63 26
Octal 1 277 303 143 2 0 30 265 143 46
Binary 1 10111111 11000011 1100011 10 0 11000 10110101 1100011 100110

Color Harmonies of #01BFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFC3

Black with #01BFC3

Text Example


Text Example

White with #01BFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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