Html Css Color HEX #10B7FF Deep Sky Blue

📋 copy color: '#10B7FF'

red 16 ◦ green 183 ◦ blue 255

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

Shades of Deep Sky Blue #10B7FF

Tints of Deep Sky Blue #10B7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

 BLUE value IS 255 (100% from 255) = 56.17%

R = 3.52%
G = 40.31%
B = 56.17%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10B7FF (or 0x10B7FF) is known color: Deep Sky Blue. HEX triplet: 10, B7 and FF. RGB value is (16,183,255). Sum of RGB (Red+Green+Blue) = 16+183+255=454 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #10B7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B7FF is #EF4800. Grayscale: #8C8C8C. Windows color (decimal): -15681537 or 16758544. OLE color: 16758544.

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

Color convert

RGB 16 183 255 -
CMYK 0.94 0.28 0 0
HSL 198.08º 1% 0.53% -
HSV(B) 198.08º 0.94% 1% -
XYZ 35.2 41.2 100.7 -
YUV 141.28 192.17 38.65 -
System Red Green Blue C M Y K H S L
Decimal 16 183 255 0.94 0.28 0 0 198.08 1 0.53
Hex 10 B7 FF 5E 1C 0 0 C6 64 35
Octal 20 267 377 136 34 0 0 306 144 65
Binary 10000 10110111 11111111 1011110 11100 0 0 11000110 1100100 110101

Color Harmonies of #10B7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B7FF

Black with #10B7FF

Text Example


Text Example

White with #10B7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,183,255); }

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

background-color css

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

 a { background-color: rgb(16,183,255); }

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

border-color css

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

 span { border-color: rgb(16,183,255); }

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