Html Css Color HEX #10AFED Deep Sky Blue

📋 copy color: '#10AFED'

red 16 ◦ green 175 ◦ blue 237

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

Shades of Deep Sky Blue #10AFED

Tints of Deep Sky Blue #10AFED

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.89%

 BLUE value IS 237 (92.97% from 255) = 55.37%

R = 3.74%
G = 40.89%
B = 55.37%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10AFED (or 0x10AFED) is known color: Deep Sky Blue. HEX triplet: 10, AF and ED. RGB value is (16,175,237). Sum of RGB (Red+Green+Blue) = 16+175+237=428 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.74% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #10AFED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AFED is #EF5012. Grayscale: #868686. Windows color (decimal): -15683603 or 15576848. OLE color: 15576848.

HSL color Cylindrical-coordinate representation of color #10AFED: hue angle of 196.83º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AFED is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 175 237 -
CMYK 0.93 0.26 0 0.07
HSL 196.83º 0.87% 0.5% -
HSV(B) 196.83º 0.93% 0.93% -
XYZ 30.83 36.88 85.62 -
YUV 134.53 185.82 43.46 -
System Red Green Blue C M Y K H S L
Decimal 16 175 237 0.93 0.26 0 0.07 196.83 0.87 0.5
Hex 10 AF ED 5D 1A 0 7 C5 57 32
Octal 20 257 355 135 32 0 7 305 127 62
Binary 10000 10101111 11101101 1011101 11010 0 111 11000101 1010111 110010

Color Harmonies of #10AFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFED

Black with #10AFED

Text Example


Text Example

White with #10AFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,175,237); }

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

background-color css

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

 a { background-color: rgb(16,175,237); }

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

border-color css

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

 span { border-color: rgb(16,175,237); }

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