Html Css Color HEX #18B2EB Deep Sky Blue

📋 copy color: '#18B2EB'

red 24 ◦ green 178 ◦ blue 235

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

Shades of Deep Sky Blue #18B2EB

Tints of Deep Sky Blue #18B2EB

RGB

 RED value IS 24 (9.77% from 255) = 5.49%

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

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

R = 5.49%
G = 40.73%
B = 53.78%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18B2EB (or 0x18B2EB) is known color: Deep Sky Blue. HEX triplet: 18, B2 and EB. RGB value is (24,178,235). Sum of RGB (Red+Green+Blue) = 24+178+235=437 (57% of max value = 765). Red value is 24 (9.77% from 255 or 5.49% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #18B2EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18B2EB is #E74D14. Grayscale: #8A8A8A. Windows color (decimal): -15158549 or 15446552. OLE color: 15446552.

HSL color Cylindrical-coordinate representation of color #18B2EB: hue angle of 196.21º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B2EB is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 178 235 -
CMYK 0.90 0.24 0 0.08
HSL 196.21º 0.84% 0.51% -
HSV(B) 196.21º 0.9% 0.92% -
XYZ 31.29 38.03 84.29 -
YUV 138.45 182.48 46.37 -
System Red Green Blue C M Y K H S L
Decimal 24 178 235 0.90 0.24 0 0.08 196.21 0.84 0.51
Hex 18 B2 EB 5A 18 0 8 C4 54 33
Octal 30 262 353 132 30 0 10 304 124 63
Binary 11000 10110010 11101011 1011010 11000 0 1000 11000100 1010100 110011

Color Harmonies of #18B2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B2EB

Black with #18B2EB

Text Example


Text Example

White with #18B2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18B2EB; }

 p { color: rgb(24,178,235); }

 H1.HeaderClassName
 {
   color: #18B2EB;
 }
 .AnyTagClassName
 {
   color: #18B2EB;
 }
</style>

background-color css

<style>
 a { background-color: #18B2EB; }

 a { background-color: rgb(24,178,235); }

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

border-color css

<style>
 span { border-color: #18B2EB; }

 span { border-color: rgb(24,178,235); }

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