Html Css Color HEX #10B0FC Deep Sky Blue

📋 copy color: '#10B0FC'

red 16 ◦ green 176 ◦ blue 252

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

Shades of Deep Sky Blue #10B0FC

Tints of Deep Sky Blue #10B0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 3.6%
G = 39.64%
B = 56.76%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10B0FC (or 0x10B0FC) is known color: Deep Sky Blue. HEX triplet: 10, B0 and FC. RGB value is (16,176,252). Sum of RGB (Red+Green+Blue) = 16+176+252=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #10B0FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B0FC is #EF4F03. Grayscale: #888888. Windows color (decimal): -15683332 or 16560144. OLE color: 16560144.

HSL color Cylindrical-coordinate representation of color #10B0FC: hue angle of 199.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10B0FC is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 176 252 -
CMYK 0.94 0.30 0 0.01
HSL 199.32º 0.98% 0.53% -
HSV(B) 199.32º 0.94% 0.99% -
XYZ 33.31 38.19 97.71 -
YUV 136.82 192.99 41.82 -
System Red Green Blue C M Y K H S L
Decimal 16 176 252 0.94 0.30 0 0.01 199.32 0.98 0.53
Hex 10 B0 FC 5E 1E 0 1 C7 62 35
Octal 20 260 374 136 36 0 1 307 142 65
Binary 10000 10110000 11111100 1011110 11110 0 1 11000111 1100010 110101

Color Harmonies of #10B0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B0FC

Black with #10B0FC

Text Example


Text Example

White with #10B0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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