Html Css Color HEX #10CBEE Deep Sky Blue

📋 copy color: '#10CBEE'

red 16 ◦ green 203 ◦ blue 238

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

Shades of Deep Sky Blue #10CBEE

Tints of Deep Sky Blue #10CBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.42%

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 3.5%
G = 44.42%
B = 52.08%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10CBEE (or 0x10CBEE) is known color: Deep Sky Blue. HEX triplet: 10, CB and EE. RGB value is (16,203,238). Sum of RGB (Red+Green+Blue) = 16+203+238=457 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.50% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #10CBEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10CBEE is #EF3411. Grayscale: #969696. Windows color (decimal): -15676434 or 15649552. OLE color: 15649552.

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

Color convert

RGB 16 203 238 -
CMYK 0.93 0.15 0 0.07
HSL 189.46º 0.87% 0.5% -
HSV(B) 189.46º 0.93% 0.93% -
XYZ 37 49 88.4 -
YUV 151.08 177.05 31.65 -
System Red Green Blue C M Y K H S L
Decimal 16 203 238 0.93 0.15 0 0.07 189.46 0.87 0.5
Hex 10 CB EE 5D F 0 7 BD 57 32
Octal 20 313 356 135 17 0 7 275 127 62
Binary 10000 11001011 11101110 1011101 1111 0 111 10111101 1010111 110010

Color Harmonies of #10CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CBEE

Black with #10CBEE

Text Example


Text Example

White with #10CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,203,238); }

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

background-color css

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

 a { background-color: rgb(16,203,238); }

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

border-color css

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

 span { border-color: rgb(16,203,238); }

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