Html Css Color HEX #18B2EE Deep Sky Blue

📋 copy color: '#18B2EE'

red 24 ◦ green 178 ◦ blue 238

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

Shades of Deep Sky Blue #18B2EE

Tints of Deep Sky Blue #18B2EE

RGB

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

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

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

R = 5.45%
G = 40.45%
B = 54.09%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18B2EE (or 0x18B2EE) is known color: Deep Sky Blue. HEX triplet: 18, B2 and EE. RGB value is (24,178,238). Sum of RGB (Red+Green+Blue) = 24+178+238=440 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.45% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #18B2EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18B2EE is #E74D11. Grayscale: #8A8A8A. Windows color (decimal): -15158546 or 15643160. OLE color: 15643160.

HSL color Cylindrical-coordinate representation of color #18B2EE: hue angle of 196.82º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B2EE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 178 238 -
CMYK 0.90 0.25 0 0.07
HSL 196.82º 0.86% 0.51% -
HSV(B) 196.82º 0.9% 0.93% -
XYZ 31.73 38.21 86.59 -
YUV 138.79 183.98 46.12 -
System Red Green Blue C M Y K H S L
Decimal 24 178 238 0.90 0.25 0 0.07 196.82 0.86 0.51
Hex 18 B2 EE 5A 19 0 7 C5 56 33
Octal 30 262 356 132 31 0 7 305 126 63
Binary 11000 10110010 11101110 1011010 11001 0 111 11000101 1010110 110011

Color Harmonies of #18B2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B2EE

Black with #18B2EE

Text Example


Text Example

White with #18B2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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