Html Css Color HEX #10B2EE Deep Sky Blue

📋 copy color: '#10B2EE'

red 16 ◦ green 178 ◦ blue 238

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

Shades of Deep Sky Blue #10B2EE

Tints of Deep Sky Blue #10B2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.2%

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

R = 3.7%
G = 41.2%
B = 55.09%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#10B2EE (or 0x10B2EE) is known color: Deep Sky Blue. HEX triplet: 10, B2 and EE. RGB value is (16,178,238). Sum of RGB (Red+Green+Blue) = 16+178+238=432 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #10B2EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B2EE is #EF4D11. Grayscale: #888888. Windows color (decimal): -15682834 or 15643152. OLE color: 15643152.

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

Color convert

RGB 16 178 238 -
CMYK 0.93 0.25 0 0.07
HSL 196.22º 0.87% 0.5% -
HSV(B) 196.22º 0.93% 0.93% -
XYZ 31.57 38.12 86.58 -
YUV 136.4 185.33 42.12 -
System Red Green Blue C M Y K H S L
Decimal 16 178 238 0.93 0.25 0 0.07 196.22 0.87 0.5
Hex 10 B2 EE 5D 19 0 7 C4 57 32
Octal 20 262 356 135 31 0 7 304 127 62
Binary 10000 10110010 11101110 1011101 11001 0 111 11000100 1010111 110010

Color Harmonies of #10B2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B2EE

Black with #10B2EE

Text Example


Text Example

White with #10B2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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