Html Css Color HEX #10B7EF Deep Sky Blue

📋 copy color: '#10B7EF'

red 16 ◦ green 183 ◦ blue 239

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

Shades of Deep Sky Blue #10B7EF

Tints of Deep Sky Blue #10B7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 3.65%
G = 41.78%
B = 54.57%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#10B7EF (or 0x10B7EF) is known color: Deep Sky Blue. HEX triplet: 10, B7 and EF. RGB value is (16,183,239). Sum of RGB (Red+Green+Blue) = 16+183+239=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #10B7EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B7EF is #EF4810. Grayscale: #8B8B8B. Windows color (decimal): -15681553 or 15709968. OLE color: 15709968.

HSL color Cylindrical-coordinate representation of color #10B7EF: hue angle of 195.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B7EF is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 183 239 -
CMYK 0.93 0.23 0 0.06
HSL 195.07º 0.87% 0.5% -
HSV(B) 195.07º 0.93% 0.94% -
XYZ 32.73 40.21 87.7 -
YUV 139.45 184.17 39.95 -
System Red Green Blue C M Y K H S L
Decimal 16 183 239 0.93 0.23 0 0.06 195.07 0.87 0.5
Hex 10 B7 EF 5D 17 0 6 C3 57 32
Octal 20 267 357 135 27 0 6 303 127 62
Binary 10000 10110111 11101111 1011101 10111 0 110 11000011 1010111 110010

Color Harmonies of #10B7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B7EF

Black with #10B7EF

Text Example


Text Example

White with #10B7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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