Html Css Color HEX #10CFEC Deep Sky Blue

📋 copy color: '#10CFEC'

red 16 ◦ green 207 ◦ blue 236

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

Shades of Deep Sky Blue #10CFEC

Tints of Deep Sky Blue #10CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 3.49%
G = 45.1%
B = 51.42%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10CFEC (or 0x10CFEC) is known color: Deep Sky Blue. HEX triplet: 10, CF and EC. RGB value is (16,207,236). Sum of RGB (Red+Green+Blue) = 16+207+236=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #10CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CFEC is #EF3013. Grayscale: #989898. Windows color (decimal): -15675412 or 15519504. OLE color: 15519504.

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

Color convert

RGB 16 207 236 -
CMYK 0.93 0.12 0 0.07
HSL 187.91º 0.87% 0.49% -
HSV(B) 187.91º 0.93% 0.93% -
XYZ 37.67 50.79 87.18 -
YUV 153.2 174.72 30.14 -
System Red Green Blue C M Y K H S L
Decimal 16 207 236 0.93 0.12 0 0.07 187.91 0.87 0.49
Hex 10 CF EC 5D C 0 7 BC 57 31
Octal 20 317 354 135 14 0 7 274 127 61
Binary 10000 11001111 11101100 1011101 1100 0 111 10111100 1010111 110001

Color Harmonies of #10CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CFEC

Black with #10CFEC

Text Example


Text Example

White with #10CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,207,236); }

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

background-color css

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

 a { background-color: rgb(16,207,236); }

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

border-color css

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

 span { border-color: rgb(16,207,236); }

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