Html Css Color HEX #10B3FB Deep Sky Blue

📋 copy color: '#10B3FB'

red 16 ◦ green 179 ◦ blue 251

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

Shades of Deep Sky Blue #10B3FB

Tints of Deep Sky Blue #10B3FB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

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

R = 3.59%
G = 40.13%
B = 56.28%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10B3FB (or 0x10B3FB) is known color: Deep Sky Blue. HEX triplet: 10, B3 and FB. RGB value is (16,179,251). Sum of RGB (Red+Green+Blue) = 16+179+251=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #10B3FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B3FB is #EF4C04. Grayscale: #8A8A8A. Windows color (decimal): -15682565 or 16495376. OLE color: 16495376.

HSL color Cylindrical-coordinate representation of color #10B3FB: hue angle of 198.38º 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 #10B3FB is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 179 251 -
CMYK 0.94 0.29 0 0.02
HSL 198.38º 0.97% 0.52% -
HSV(B) 198.38º 0.94% 0.98% -
XYZ 33.75 39.32 97.08 -
YUV 138.47 191.5 40.65 -
System Red Green Blue C M Y K H S L
Decimal 16 179 251 0.94 0.29 0 0.02 198.38 0.97 0.52
Hex 10 B3 FB 5E 1D 0 2 C6 61 34
Octal 20 263 373 136 35 0 2 306 141 64
Binary 10000 10110011 11111011 1011110 11101 0 10 11000110 1100001 110100

Color Harmonies of #10B3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B3FB

Black with #10B3FB

Text Example


Text Example

White with #10B3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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