Html Css Color HEX #10B2EA Deep Sky Blue

📋 copy color: '#10B2EA'

red 16 ◦ green 178 ◦ blue 234

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

Shades of Deep Sky Blue #10B2EA

Tints of Deep Sky Blue #10B2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 3.74%
G = 41.59%
B = 54.67%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#10B2EA (or 0x10B2EA) is known color: Deep Sky Blue. HEX triplet: 10, B2 and EA. RGB value is (16,178,234). Sum of RGB (Red+Green+Blue) = 16+178+234=428 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.74% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #10B2EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B2EA is #EF4D15. Grayscale: #878787. Windows color (decimal): -15682838 or 15381008. OLE color: 15381008.

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

Color convert

RGB 16 178 234 -
CMYK 0.93 0.24 0 0.08
HSL 195.41º 0.87% 0.49% -
HSV(B) 195.41º 0.93% 0.92% -
XYZ 30.99 37.89 83.52 -
YUV 135.95 183.33 42.45 -
System Red Green Blue C M Y K H S L
Decimal 16 178 234 0.93 0.24 0 0.08 195.41 0.87 0.49
Hex 10 B2 EA 5D 18 0 8 C3 57 31
Octal 20 262 352 135 30 0 10 303 127 61
Binary 10000 10110010 11101010 1011101 11000 0 1000 11000011 1010111 110001

Color Harmonies of #10B2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B2EA

Black with #10B2EA

Text Example


Text Example

White with #10B2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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