Html Css Color HEX #01BEFE Deep Sky Blue

📋 copy color: '#01BEFE'

red 1 ◦ green 190 ◦ blue 254

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

Shades of Deep Sky Blue #01BEFE

Tints of Deep Sky Blue #01BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.7%

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 0.22%
G = 42.7%
B = 57.08%

CMYK

 C value IS 1.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#01BEFE (or 0x01BEFE) is known color: Deep Sky Blue. HEX triplet: 01, BE and FE. RGB value is (1,190,254). Sum of RGB (Red+Green+Blue) = 1+190+254=445 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #01BEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BEFE is #FE4101. Grayscale: #8C8C8C. Windows color (decimal): -16662786 or 16694785. OLE color: 16694785.

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

Color convert

RGB 1 190 254 -
CMYK 1.00 0.25 0 0.00
HSL 195.18º 0.99% 0.5% -
HSV(B) 195.18º 1% 1% -
XYZ 36.32 43.99 100.34 -
YUV 140.79 191.88 28.3 -
System Red Green Blue C M Y K H S L
Decimal 1 190 254 1.00 0.25 0 0.00 195.18 0.99 0.5
Hex 1 BE FE 64 19 0 0 C3 63 32
Octal 1 276 376 144 31 0 0 303 143 62
Binary 1 10111110 11111110 1100100 11001 0 0 11000011 1100011 110010

Color Harmonies of #01BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEFE

Black with #01BEFE

Text Example


Text Example

White with #01BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,190,254); }

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

background-color css

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

 a { background-color: rgb(1,190,254); }

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

border-color css

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

 span { border-color: rgb(1,190,254); }

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