Html Css Color HEX #01BCE9 Deep Sky Blue

📋 copy color: '#01BCE9'

red 1 ◦ green 188 ◦ blue 233

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

Shades of Deep Sky Blue #01BCE9

Tints of Deep Sky Blue #01BCE9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.55%

 BLUE value IS 233 (91.41% from 255) = 55.21%

R = 0.24%
G = 44.55%
B = 55.21%

CMYK

 C value IS 1.00

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#01BCE9 (or 0x01BCE9) is known color: Deep Sky Blue. HEX triplet: 01, BC and E9. RGB value is (1,188,233). Sum of RGB (Red+Green+Blue) = 1+188+233=422 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 233 (91.41% from 255 or 55.21% from 422); Max value from RGB is 233 - color contains mainly: blue. Hex color #01BCE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BCE9 is #FE4316. Grayscale: #888888. Windows color (decimal): -16663319 or 15318017. OLE color: 15318017.

HSL color Cylindrical-coordinate representation of color #01BCE9: hue angle of 191.64º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BCE9 is Cyan = 1.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 188 233 -
CMYK 1.00 0.19 0 0.09
HSL 191.64º 0.99% 0.46% -
HSV(B) 191.64º 1% 0.91% -
XYZ 32.7 41.86 83.45 -
YUV 137.22 182.05 30.84 -
System Red Green Blue C M Y K H S L
Decimal 1 188 233 1.00 0.19 0 0.09 191.64 0.99 0.46
Hex 1 BC E9 64 13 0 9 C0 63 2E
Octal 1 274 351 144 23 0 11 300 143 56
Binary 1 10111100 11101001 1100100 10011 0 1001 11000000 1100011 101110

Color Harmonies of #01BCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCE9

Black with #01BCE9

Text Example


Text Example

White with #01BCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,188,233); }

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

background-color css

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

 a { background-color: rgb(1,188,233); }

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

border-color css

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

 span { border-color: rgb(1,188,233); }

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