Html Css Color HEX #10BDFD Deep Sky Blue

📋 copy color: '#10BDFD'

red 16 ◦ green 189 ◦ blue 253

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

Shades of Deep Sky Blue #10BDFD

Tints of Deep Sky Blue #10BDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.27%

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 3.49%
G = 41.27%
B = 55.24%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#10BDFD (or 0x10BDFD) is known color: Deep Sky Blue. HEX triplet: 10, BD and FD. RGB value is (16,189,253). Sum of RGB (Red+Green+Blue) = 16+189+253=458 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #10BDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BDFD is #EF4202. Grayscale: #909090. Windows color (decimal): -15680003 or 16629008. OLE color: 16629008.

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

Color convert

RGB 16 189 253 -
CMYK 0.94 0.25 0 0.01
HSL 196.2º 0.98% 0.53% -
HSV(B) 196.2º 0.94% 0.99% -
XYZ 36.14 43.6 99.44 -
YUV 144.57 189.19 36.3 -
System Red Green Blue C M Y K H S L
Decimal 16 189 253 0.94 0.25 0 0.01 196.2 0.98 0.53
Hex 10 BD FD 5E 19 0 1 C4 62 35
Octal 20 275 375 136 31 0 1 304 142 65
Binary 10000 10111101 11111101 1011110 11001 0 1 11000100 1100010 110101

Color Harmonies of #10BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDFD

Black with #10BDFD

Text Example


Text Example

White with #10BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,189,253); }

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

background-color css

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

 a { background-color: rgb(16,189,253); }

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

border-color css

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

 span { border-color: rgb(16,189,253); }

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