Html Css Color HEX #10B0EF Deep Sky Blue

📋 copy color: '#10B0EF'

red 16 ◦ green 176 ◦ blue 239

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

Shades of Deep Sky Blue #10B0EF

Tints of Deep Sky Blue #10B0EF

RGB

 RED value IS 16 (6.64% from 255) = 3.71%

 GREEN value IS 176 (69.14% from 255) = 40.84%

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

R = 3.71%
G = 40.84%
B = 55.45%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10B0EF (or 0x10B0EF) is known color: Deep Sky Blue. HEX triplet: 10, B0 and EF. RGB value is (16,176,239). Sum of RGB (Red+Green+Blue) = 16+176+239=431 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.71% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #10B0EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B0EF is #EF4F10. Grayscale: #868686. Windows color (decimal): -15683345 or 15708176. OLE color: 15708176.

HSL color Cylindrical-coordinate representation of color #10B0EF: hue angle of 196.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B0EF is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 176 239 -
CMYK 0.93 0.26 0 0.06
HSL 196.95º 0.87% 0.5% -
HSV(B) 196.95º 0.93% 0.94% -
XYZ 31.32 37.39 87.23 -
YUV 135.34 186.49 42.88 -
System Red Green Blue C M Y K H S L
Decimal 16 176 239 0.93 0.26 0 0.06 196.95 0.87 0.5
Hex 10 B0 EF 5D 1A 0 6 C5 57 32
Octal 20 260 357 135 32 0 6 305 127 62
Binary 10000 10110000 11101111 1011101 11010 0 110 11000101 1010111 110010

Color Harmonies of #10B0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B0EF

Black with #10B0EF

Text Example


Text Example

White with #10B0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B0EF; }

 p { color: rgb(16,176,239); }

 H1.HeaderClassName
 {
   color: #10B0EF;
 }
 .AnyTagClassName
 {
   color: #10B0EF;
 }
</style>

background-color css

<style>
 a { background-color: #10B0EF; }

 a { background-color: rgb(16,176,239); }

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

border-color css

<style>
 span { border-color: #10B0EF; }

 span { border-color: rgb(16,176,239); }

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