Html Css Color HEX #01BFEC Deep Sky Blue

📋 copy color: '#01BFEC'

red 1 ◦ green 191 ◦ blue 236

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

Shades of Deep Sky Blue #01BFEC

Tints of Deep Sky Blue #01BFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.14%

R = 0.23%
G = 44.63%
B = 55.14%

CMYK

 C value IS 1.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01BFEC (or 0x01BFEC) is known color: Deep Sky Blue. HEX triplet: 01, BF and EC. RGB value is (1,191,236). Sum of RGB (Red+Green+Blue) = 1+191+236=428 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #01BFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BFEC is #FE4013. Grayscale: #8A8A8A. Windows color (decimal): -16662548 or 15515393. OLE color: 15515393.

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

Color convert

RGB 1 191 236 -
CMYK 1.00 0.19 0 0.07
HSL 191.49º 0.99% 0.46% -
HSV(B) 191.49º 1% 0.93% -
XYZ 33.78 43.32 85.94 -
YUV 139.32 182.55 29.34 -
System Red Green Blue C M Y K H S L
Decimal 1 191 236 1.00 0.19 0 0.07 191.49 0.99 0.46
Hex 1 BF EC 64 13 0 7 BF 63 2E
Octal 1 277 354 144 23 0 7 277 143 56
Binary 1 10111111 11101100 1100100 10011 0 111 10111111 1100011 101110

Color Harmonies of #01BFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFEC

Black with #01BFEC

Text Example


Text Example

White with #01BFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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