Html Css Color HEX #01BEEF Deep Sky Blue

📋 copy color: '#01BEEF'

red 1 ◦ green 190 ◦ blue 239

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

Shades of Deep Sky Blue #01BEEF

Tints of Deep Sky Blue #01BEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.58%

R = 0.23%
G = 44.19%
B = 55.58%

CMYK

 C value IS 1.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#01BEEF (or 0x01BEEF) is known color: Deep Sky Blue. HEX triplet: 01, BE and EF. RGB value is (1,190,239). Sum of RGB (Red+Green+Blue) = 1+190+239=430 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #01BEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BEEF is #FE4110. Grayscale: #8A8A8A. Windows color (decimal): -16662801 or 15711745. OLE color: 15711745.

HSL color Cylindrical-coordinate representation of color #01BEEF: hue angle of 192.35º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BEEF is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 190 239 -
CMYK 1.00 0.21 0 0.06
HSL 192.35º 0.99% 0.47% -
HSV(B) 192.35º 1% 0.94% -
XYZ 34.01 43.07 88.18 -
YUV 139.08 184.38 29.52 -
System Red Green Blue C M Y K H S L
Decimal 1 190 239 1.00 0.21 0 0.06 192.35 0.99 0.47
Hex 1 BE EF 64 15 0 6 C0 63 2F
Octal 1 276 357 144 25 0 6 300 143 57
Binary 1 10111110 11101111 1100100 10101 0 110 11000000 1100011 101111

Color Harmonies of #01BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEEF

Black with #01BEEF

Text Example


Text Example

White with #01BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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