Html Css Color HEX #10BDF4 Deep Sky Blue

📋 copy color: '#10BDF4'

red 16 ◦ green 189 ◦ blue 244

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

Shades of Deep Sky Blue #10BDF4

Tints of Deep Sky Blue #10BDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 54.34%

R = 3.56%
G = 42.09%
B = 54.34%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#10BDF4 (or 0x10BDF4) is known color: Deep Sky Blue. HEX triplet: 10, BD and F4. RGB value is (16,189,244). Sum of RGB (Red+Green+Blue) = 16+189+244=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 244 (95.70% from 255 or 54.34% from 449); Max value from RGB is 244 - color contains mainly: blue. Hex color #10BDF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BDF4 is #EF420B. Grayscale: #8F8F8F. Windows color (decimal): -15680012 or 16039184. OLE color: 16039184.

HSL color Cylindrical-coordinate representation of color #10BDF4: hue angle of 194.47º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BDF4 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 16 189 244 -
CMYK 0.93 0.23 0 0.04
HSL 194.47º 0.91% 0.51% -
HSV(B) 194.47º 0.93% 0.96% -
XYZ 34.74 43.04 92.06 -
YUV 143.54 184.69 37.03 -
System Red Green Blue C M Y K H S L
Decimal 16 189 244 0.93 0.23 0 0.04 194.47 0.91 0.51
Hex 10 BD F4 5D 17 0 4 C2 5B 33
Octal 20 275 364 135 27 0 4 302 133 63
Binary 10000 10111101 11110100 1011101 10111 0 100 11000010 1011011 110011

Color Harmonies of #10BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BDF4

Black with #10BDF4

Text Example


Text Example

White with #10BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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