Html Css Color HEX #01BEEC Deep Sky Blue

📋 copy color: '#01BEEC'

red 1 ◦ green 190 ◦ blue 236

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

Shades of Deep Sky Blue #01BEEC

Tints of Deep Sky Blue #01BEEC

RGB

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

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

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

R = 0.23%
G = 44.5%
B = 55.27%

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

#01BEEC (or 0x01BEEC) is known color: Deep Sky Blue. HEX triplet: 01, BE and EC. RGB value is (1,190,236). Sum of RGB (Red+Green+Blue) = 1+190+236=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #01BEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BEEC is #FE4113. Grayscale: #8A8A8A. Windows color (decimal): -16662804 or 15515137. OLE color: 15515137.

HSL color Cylindrical-coordinate representation of color #01BEEC: hue angle of 191.74º 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 #01BEEC is Cyan = 1.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 190 236 -
CMYK 1.00 0.19 0 0.07
HSL 191.74º 0.99% 0.46% -
HSV(B) 191.74º 1% 0.93% -
XYZ 33.57 42.89 85.87 -
YUV 138.73 182.88 29.76 -
System Red Green Blue C M Y K H S L
Decimal 1 190 236 1.00 0.19 0 0.07 191.74 0.99 0.46
Hex 1 BE EC 64 13 0 7 C0 63 2E
Octal 1 276 354 144 23 0 7 300 143 56
Binary 1 10111110 11101100 1100100 10011 0 111 11000000 1100011 101110

Color Harmonies of #01BEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEEC

Black with #01BEEC

Text Example


Text Example

White with #01BEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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