Html Css Color HEX #10B9F3 Deep Sky Blue

📋 copy color: '#10B9F3'

red 16 ◦ green 185 ◦ blue 243

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

Shades of Deep Sky Blue #10B9F3

Tints of Deep Sky Blue #10B9F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.73%

R = 3.6%
G = 41.67%
B = 54.73%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#10B9F3 (or 0x10B9F3) is known color: Deep Sky Blue. HEX triplet: 10, B9 and F3. RGB value is (16,185,243). Sum of RGB (Red+Green+Blue) = 16+185+243=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #10B9F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10B9F3 is #EF460C. Grayscale: #8C8C8C. Windows color (decimal): -15681037 or 15972624. OLE color: 15972624.

HSL color Cylindrical-coordinate representation of color #10B9F3: hue angle of 195.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B9F3 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 185 243 -
CMYK 0.93 0.24 0 0.05
HSL 195.33º 0.9% 0.51% -
HSV(B) 195.33º 0.93% 0.95% -
XYZ 33.74 41.28 90.98 -
YUV 141.08 185.51 38.78 -
System Red Green Blue C M Y K H S L
Decimal 16 185 243 0.93 0.24 0 0.05 195.33 0.9 0.51
Hex 10 B9 F3 5D 18 0 5 C3 5A 33
Octal 20 271 363 135 30 0 5 303 132 63
Binary 10000 10111001 11110011 1011101 11000 0 101 11000011 1011010 110011

Color Harmonies of #10B9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B9F3

Black with #10B9F3

Text Example


Text Example

White with #10B9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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