Html Css Color HEX #10CEEB Deep Sky Blue

📋 copy color: '#10CEEB'

red 16 ◦ green 206 ◦ blue 235

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

Shades of Deep Sky Blue #10CEEB

Tints of Deep Sky Blue #10CEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.08%

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 3.5%
G = 45.08%
B = 51.42%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10CEEB (or 0x10CEEB) is known color: Deep Sky Blue. HEX triplet: 10, CE and EB. RGB value is (16,206,235). Sum of RGB (Red+Green+Blue) = 16+206+235=457 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.50% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #10CEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CEEB is #EF3114. Grayscale: #989898. Windows color (decimal): -15675669 or 15453712. OLE color: 15453712.

HSL color Cylindrical-coordinate representation of color #10CEEB: hue angle of 187.95º 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 #10CEEB is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 206 235 -
CMYK 0.93 0.12 0 0.08
HSL 187.95º 0.87% 0.49% -
HSV(B) 187.95º 0.93% 0.92% -
XYZ 37.28 50.25 86.33 -
YUV 152.5 174.55 30.64 -
System Red Green Blue C M Y K H S L
Decimal 16 206 235 0.93 0.12 0 0.08 187.95 0.87 0.49
Hex 10 CE EB 5D C 0 8 BC 57 31
Octal 20 316 353 135 14 0 10 274 127 61
Binary 10000 11001110 11101011 1011101 1100 0 1000 10111100 1010111 110001

Color Harmonies of #10CEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CEEB

Black with #10CEEB

Text Example


Text Example

White with #10CEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,206,235); }

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

background-color css

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

 a { background-color: rgb(16,206,235); }

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

border-color css

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

 span { border-color: rgb(16,206,235); }

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