Html Css Color HEX #10B2FD Deep Sky Blue

📋 copy color: '#10B2FD'

red 16 ◦ green 178 ◦ blue 253

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

Shades of Deep Sky Blue #10B2FD

Tints of Deep Sky Blue #10B2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.82%

 BLUE value IS 253 (99.22% from 255) = 56.6%

R = 3.58%
G = 39.82%
B = 56.6%

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

#10B2FD (or 0x10B2FD) is known color: Deep Sky Blue. HEX triplet: 10, B2 and FD. RGB value is (16,178,253). Sum of RGB (Red+Green+Blue) = 16+178+253=447 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.58% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #10B2FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B2FD is #EF4D02. Grayscale: #898989. Windows color (decimal): -15682819 or 16626192. OLE color: 16626192.

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

Color convert

RGB 16 178 253 -
CMYK 0.94 0.30 0 0.01
HSL 198.99º 0.98% 0.53% -
HSV(B) 198.99º 0.94% 0.99% -
XYZ 33.86 39.04 98.68 -
YUV 138.11 192.83 40.9 -
System Red Green Blue C M Y K H S L
Decimal 16 178 253 0.94 0.30 0 0.01 198.99 0.98 0.53
Hex 10 B2 FD 5E 1E 0 1 C7 62 35
Octal 20 262 375 136 36 0 1 307 142 65
Binary 10000 10110010 11111101 1011110 11110 0 1 11000111 1100010 110101

Color Harmonies of #10B2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B2FD

Black with #10B2FD

Text Example


Text Example

White with #10B2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,178,253); }

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

background-color css

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

 a { background-color: rgb(16,178,253); }

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

border-color css

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

 span { border-color: rgb(16,178,253); }

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