Html Css Color HEX #18C2EE Deep Sky Blue

📋 copy color: '#18C2EE'

red 24 ◦ green 194 ◦ blue 238

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

Shades of Deep Sky Blue #18C2EE

Tints of Deep Sky Blue #18C2EE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.54%

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

R = 5.26%
G = 42.54%
B = 52.19%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18C2EE (or 0x18C2EE) is known color: Deep Sky Blue. HEX triplet: 18, C2 and EE. RGB value is (24,194,238). Sum of RGB (Red+Green+Blue) = 24+194+238=456 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.26% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #18C2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C2EE is #E73D11. Grayscale: #939393. Windows color (decimal): -15154450 or 15647256. OLE color: 15647256.

HSL color Cylindrical-coordinate representation of color #18C2EE: hue angle of 192.34º 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 #18C2EE is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 194 238 -
CMYK 0.90 0.18 0 0.07
HSL 192.34º 0.86% 0.51% -
HSV(B) 192.34º 0.9% 0.93% -
XYZ 35.1 44.95 87.72 -
YUV 148.19 178.68 39.42 -
System Red Green Blue C M Y K H S L
Decimal 24 194 238 0.90 0.18 0 0.07 192.34 0.86 0.51
Hex 18 C2 EE 5A 12 0 7 C0 56 33
Octal 30 302 356 132 22 0 7 300 126 63
Binary 11000 11000010 11101110 1011010 10010 0 111 11000000 1010110 110011

Color Harmonies of #18C2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C2EE

Black with #18C2EE

Text Example


Text Example

White with #18C2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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