Html Css Color HEX #01BFFD Deep Sky Blue

📋 copy color: '#01BFFD'

red 1 ◦ green 191 ◦ blue 253

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

Shades of Deep Sky Blue #01BFFD

Tints of Deep Sky Blue #01BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 0.22%
G = 42.92%
B = 56.85%

CMYK

 C value IS 1.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01BFFD (or 0x01BFFD) is known color: Deep Sky Blue. HEX triplet: 01, BF and FD. RGB value is (1,191,253). Sum of RGB (Red+Green+Blue) = 1+191+253=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #01BFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BFFD is #FE4002. Grayscale: #8C8C8C. Windows color (decimal): -16662531 or 16629505. OLE color: 16629505.

HSL color Cylindrical-coordinate representation of color #01BFFD: hue angle of 194.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFFD is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 191 253 -
CMYK 1.00 0.25 0 0.01
HSL 194.76º 0.99% 0.5% -
HSV(B) 194.76º 1% 0.99% -
XYZ 36.37 44.36 99.57 -
YUV 141.26 191.05 27.96 -
System Red Green Blue C M Y K H S L
Decimal 1 191 253 1.00 0.25 0 0.01 194.76 0.99 0.5
Hex 1 BF FD 64 19 0 1 C3 63 32
Octal 1 277 375 144 31 0 1 303 143 62
Binary 1 10111111 11111101 1100100 11001 0 1 11000011 1100011 110010

Color Harmonies of #01BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFFD

Black with #01BFFD

Text Example


Text Example

White with #01BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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