Html Css Color HEX #01BFFF Deep Sky Blue

📋 copy color: '#01BFFF'

red 1 ◦ green 191 ◦ blue 255

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

Shades of Deep Sky Blue #01BFFF

Tints of Deep Sky Blue #01BFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.05%

R = 0.22%
G = 42.73%
B = 57.05%

CMYK

 C value IS 1.00

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#01BFFF (or 0x01BFFF) is known color: Deep Sky Blue. HEX triplet: 01, BF and FF. RGB value is (1,191,255). Sum of RGB (Red+Green+Blue) = 1+191+255=447 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #01BFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BFFF is #FE4000. Grayscale: #8D8D8D. Windows color (decimal): -16662529 or 16760577. OLE color: 16760577.

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

Color convert

RGB 1 191 255 -
CMYK 1.00 0.25 0 0
HSL 195.12º 1% 0.5% -
HSV(B) 195.12º 1% 1% -
XYZ 36.69 44.49 101.26 -
YUV 141.49 192.05 27.8 -
System Red Green Blue C M Y K H S L
Decimal 1 191 255 1.00 0.25 0 0 195.12 1 0.5
Hex 1 BF FF 64 19 0 0 C3 64 32
Octal 1 277 377 144 31 0 0 303 144 62
Binary 1 10111111 11111111 1100100 11001 0 0 11000011 1100100 110010

Color Harmonies of #01BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BFFF

Black with #01BFFF

Text Example


Text Example

White with #01BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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