Html Css Color HEX #10B5F0 Deep Sky Blue

📋 copy color: '#10B5F0'

red 16 ◦ green 181 ◦ blue 240

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

Shades of Deep Sky Blue #10B5F0

Tints of Deep Sky Blue #10B5F0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.42%

 BLUE value IS 240 (94.14% from 255) = 54.92%

R = 3.66%
G = 41.42%
B = 54.92%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10B5F0 (or 0x10B5F0) is known color: Deep Sky Blue. HEX triplet: 10, B5 and F0. RGB value is (16,181,240). Sum of RGB (Red+Green+Blue) = 16+181+240=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #10B5F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B5F0 is #EF4A0F. Grayscale: #898989. Windows color (decimal): -15682064 or 15774992. OLE color: 15774992.

HSL color Cylindrical-coordinate representation of color #10B5F0: hue angle of 195.8º degrees, saturation: 0.88, 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 #10B5F0 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 181 240 -
CMYK 0.93 0.25 0 0.06
HSL 195.8º 0.88% 0.5% -
HSV(B) 195.8º 0.93% 0.94% -
XYZ 32.47 39.45 88.34 -
YUV 138.39 185.34 40.7 -
System Red Green Blue C M Y K H S L
Decimal 16 181 240 0.93 0.25 0 0.06 195.8 0.88 0.5
Hex 10 B5 F0 5D 19 0 6 C4 58 32
Octal 20 265 360 135 31 0 6 304 130 62
Binary 10000 10110101 11110000 1011101 11001 0 110 11000100 1011000 110010

Color Harmonies of #10B5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B5F0

Black with #10B5F0

Text Example


Text Example

White with #10B5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,181,240); }

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

background-color css

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

 a { background-color: rgb(16,181,240); }

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

border-color css

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

 span { border-color: rgb(16,181,240); }

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