Html Css Color HEX #10AFEA Deep Sky Blue

📋 copy color: '#10AFEA'

red 16 ◦ green 175 ◦ blue 234

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

Shades of Deep Sky Blue #10AFEA

Tints of Deep Sky Blue #10AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.06%

R = 3.76%
G = 41.18%
B = 55.06%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10AFEA (or 0x10AFEA) is known color: Deep Sky Blue. HEX triplet: 10, AF and EA. RGB value is (16,175,234). Sum of RGB (Red+Green+Blue) = 16+175+234=425 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #10AFEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10AFEA is #EF5015. Grayscale: #858585. Windows color (decimal): -15683606 or 15380240. OLE color: 15380240.

HSL color Cylindrical-coordinate representation of color #10AFEA: hue angle of 196.24º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10AFEA is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 175 234 -
CMYK 0.93 0.25 0 0.08
HSL 196.24º 0.87% 0.49% -
HSV(B) 196.24º 0.93% 0.92% -
XYZ 30.39 36.71 83.33 -
YUV 134.19 184.32 43.7 -
System Red Green Blue C M Y K H S L
Decimal 16 175 234 0.93 0.25 0 0.08 196.24 0.87 0.49
Hex 10 AF EA 5D 19 0 8 C4 57 31
Octal 20 257 352 135 31 0 10 304 127 61
Binary 10000 10101111 11101010 1011101 11001 0 1000 11000100 1010111 110001

Color Harmonies of #10AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AFEA

Black with #10AFEA

Text Example


Text Example

White with #10AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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