Html Css Color HEX #10B9FC Deep Sky Blue

📋 copy color: '#10B9FC'

red 16 ◦ green 185 ◦ blue 252

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

Shades of Deep Sky Blue #10B9FC

Tints of Deep Sky Blue #10B9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.84%

 BLUE value IS 252 (98.83% from 255) = 55.63%

R = 3.53%
G = 40.84%
B = 55.63%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10B9FC (or 0x10B9FC) is known color: Deep Sky Blue. HEX triplet: 10, B9 and FC. RGB value is (16,185,252). Sum of RGB (Red+Green+Blue) = 16+185+252=453 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.53% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #10B9FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B9FC is #EF4603. Grayscale: #8D8D8D. Windows color (decimal): -15681028 or 16562448. OLE color: 16562448.

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

Color convert

RGB 16 185 252 -
CMYK 0.94 0.27 0 0.01
HSL 197.03º 0.98% 0.53% -
HSV(B) 197.03º 0.94% 0.99% -
XYZ 35.13 41.84 98.32 -
YUV 142.11 190.01 38.05 -
System Red Green Blue C M Y K H S L
Decimal 16 185 252 0.94 0.27 0 0.01 197.03 0.98 0.53
Hex 10 B9 FC 5E 1B 0 1 C5 62 35
Octal 20 271 374 136 33 0 1 305 142 65
Binary 10000 10111001 11111100 1011110 11011 0 1 11000101 1100010 110101

Color Harmonies of #10B9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B9FC

Black with #10B9FC

Text Example


Text Example

White with #10B9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,185,252); }

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

background-color css

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

 a { background-color: rgb(16,185,252); }

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

border-color css

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

 span { border-color: rgb(16,185,252); }

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