Html Css Color HEX #01B8ED Deep Sky Blue

📋 copy color: '#01B8ED'

red 1 ◦ green 184 ◦ blue 237

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

Shades of Deep Sky Blue #01B8ED

Tints of Deep Sky Blue #01B8ED

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.6%

 BLUE value IS 237 (92.97% from 255) = 56.16%

R = 0.24%
G = 43.6%
B = 56.16%

CMYK

 C value IS 1.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#01B8ED (or 0x01B8ED) is known color: Deep Sky Blue. HEX triplet: 01, B8 and ED. RGB value is (1,184,237). Sum of RGB (Red+Green+Blue) = 1+184+237=422 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #01B8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01B8ED is #FE4712. Grayscale: #868686. Windows color (decimal): -16664339 or 15579137. OLE color: 15579137.

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

Color convert

RGB 1 184 237 -
CMYK 1.00 0.22 0 0.07
HSL 193.47º 0.99% 0.47% -
HSV(B) 193.47º 1% 0.93% -
XYZ 32.44 40.4 86.21 -
YUV 135.33 185.37 32.19 -
System Red Green Blue C M Y K H S L
Decimal 1 184 237 1.00 0.22 0 0.07 193.47 0.99 0.47
Hex 1 B8 ED 64 16 0 7 C1 63 2F
Octal 1 270 355 144 26 0 7 301 143 57
Binary 1 10111000 11101101 1100100 10110 0 111 11000001 1100011 101111

Color Harmonies of #01B8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B8ED

Black with #01B8ED

Text Example


Text Example

White with #01B8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,184,237); }

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

background-color css

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

 a { background-color: rgb(1,184,237); }

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

border-color css

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

 span { border-color: rgb(1,184,237); }

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