Html Css Color HEX #10CAFF Deep Sky Blue

📋 copy color: '#10CAFF'

red 16 ◦ green 202 ◦ blue 255

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

Shades of Deep Sky Blue #10CAFF

Tints of Deep Sky Blue #10CAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

 BLUE value IS 255 (100% from 255) = 53.91%

R = 3.38%
G = 42.71%
B = 53.91%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#10CAFF (or 0x10CAFF) is known color: Deep Sky Blue. HEX triplet: 10, CA and FF. RGB value is (16,202,255). Sum of RGB (Red+Green+Blue) = 16+202+255=473 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #10CAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CAFF is #EF3500. Grayscale: #989898. Windows color (decimal): -15676673 or 16763408. OLE color: 16763408.

HSL color Cylindrical-coordinate representation of color #10CAFF: hue angle of 193.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10CAFF is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 202 255 -
CMYK 0.94 0.21 0 0
HSL 193.31º 1% 0.53% -
HSV(B) 193.31º 0.94% 1% -
XYZ 39.38 49.57 102.1 -
YUV 152.43 185.88 30.69 -
System Red Green Blue C M Y K H S L
Decimal 16 202 255 0.94 0.21 0 0 193.31 1 0.53
Hex 10 CA FF 5E 15 0 0 C1 64 35
Octal 20 312 377 136 25 0 0 301 144 65
Binary 10000 11001010 11111111 1011110 10101 0 0 11000001 1100100 110101

Color Harmonies of #10CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CAFF

Black with #10CAFF

Text Example


Text Example

White with #10CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,202,255); }

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

background-color css

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

 a { background-color: rgb(16,202,255); }

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

border-color css

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

 span { border-color: rgb(16,202,255); }

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