Html Css Color HEX #10DBFB Deep Sky Blue

📋 copy color: '#10DBFB'

red 16 ◦ green 219 ◦ blue 251

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

Shades of Deep Sky Blue #10DBFB

Tints of Deep Sky Blue #10DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 3.29%
G = 45.06%
B = 51.65%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#10DBFB (or 0x10DBFB) is known color: Deep Sky Blue. HEX triplet: 10, DB and FB. RGB value is (16,219,251). Sum of RGB (Red+Green+Blue) = 16+219+251=486 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #10DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DBFB is #EF2404. Grayscale: #A1A1A1. Windows color (decimal): -15672325 or 16505616. OLE color: 16505616.

HSL color Cylindrical-coordinate representation of color #10DBFB: hue angle of 188.17º degrees, saturation: 0.97, 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 #10DBFB is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 219 251 -
CMYK 0.94 0.13 0 0.02
HSL 188.17º 0.97% 0.52% -
HSV(B) 188.17º 0.94% 0.98% -
XYZ 42.96 57.74 100.15 -
YUV 161.95 178.25 23.9 -
System Red Green Blue C M Y K H S L
Decimal 16 219 251 0.94 0.13 0 0.02 188.17 0.97 0.52
Hex 10 DB FB 5E D 0 2 BC 61 34
Octal 20 333 373 136 15 0 2 274 141 64
Binary 10000 11011011 11111011 1011110 1101 0 10 10111100 1100001 110100

Color Harmonies of #10DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DBFB

Black with #10DBFB

Text Example


Text Example

White with #10DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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