Html Css Color HEX #10B0FB Deep Sky Blue

📋 copy color: '#10B0FB'

red 16 ◦ green 176 ◦ blue 251

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

Shades of Deep Sky Blue #10B0FB

Tints of Deep Sky Blue #10B0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.66%

R = 3.61%
G = 39.73%
B = 56.66%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10B0FB (or 0x10B0FB) is known color: Deep Sky Blue. HEX triplet: 10, B0 and FB. RGB value is (16,176,251). Sum of RGB (Red+Green+Blue) = 16+176+251=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #10B0FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B0FB is #EF4F04. Grayscale: #888888. Windows color (decimal): -15683333 or 16494608. OLE color: 16494608.

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

Color convert

RGB 16 176 251 -
CMYK 0.94 0.30 0 0.02
HSL 199.15º 0.97% 0.52% -
HSV(B) 199.15º 0.94% 0.98% -
XYZ 33.15 38.13 96.88 -
YUV 136.71 192.49 41.9 -
System Red Green Blue C M Y K H S L
Decimal 16 176 251 0.94 0.30 0 0.02 199.15 0.97 0.52
Hex 10 B0 FB 5E 1E 0 2 C7 61 34
Octal 20 260 373 136 36 0 2 307 141 64
Binary 10000 10110000 11111011 1011110 11110 0 10 11000111 1100001 110100

Color Harmonies of #10B0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B0FB

Black with #10B0FB

Text Example


Text Example

White with #10B0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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