Html Css Color HEX #10DBFA Deep Sky Blue

📋 copy color: '#10DBFA'

red 16 ◦ green 219 ◦ blue 250

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

Shades of Deep Sky Blue #10DBFA

Tints of Deep Sky Blue #10DBFA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.15%

 BLUE value IS 250 (98.05% from 255) = 51.55%

R = 3.3%
G = 45.15%
B = 51.55%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10DBFA (or 0x10DBFA) is known color: Deep Sky Blue. HEX triplet: 10, DB and FA. RGB value is (16,219,250). Sum of RGB (Red+Green+Blue) = 16+219+250=485 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.30% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #10DBFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DBFA is #EF2405. Grayscale: #A1A1A1. Windows color (decimal): -15672326 or 16440080. OLE color: 16440080.

HSL color Cylindrical-coordinate representation of color #10DBFA: hue angle of 187.95º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10DBFA is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 219 250 -
CMYK 0.94 0.12 0 0.02
HSL 187.95º 0.96% 0.52% -
HSV(B) 187.95º 0.94% 0.98% -
XYZ 42.8 57.68 99.32 -
YUV 161.84 177.75 23.98 -
System Red Green Blue C M Y K H S L
Decimal 16 219 250 0.94 0.12 0 0.02 187.95 0.96 0.52
Hex 10 DB FA 5E C 0 2 BC 60 34
Octal 20 333 372 136 14 0 2 274 140 64
Binary 10000 11011011 11111010 1011110 1100 0 10 10111100 1100000 110100

Color Harmonies of #10DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DBFA

Black with #10DBFA

Text Example


Text Example

White with #10DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,219,250); }

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

background-color css

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

 a { background-color: rgb(16,219,250); }

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

border-color css

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

 span { border-color: rgb(16,219,250); }

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