Html Css Color HEX #18C6EA Deep Sky Blue

📋 copy color: '#18C6EA'

red 24 ◦ green 198 ◦ blue 234

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

Shades of Deep Sky Blue #18C6EA

Tints of Deep Sky Blue #18C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.42%

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

R = 5.26%
G = 43.42%
B = 51.32%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18C6EA (or 0x18C6EA) is known color: Deep Sky Blue. HEX triplet: 18, C6 and EA. RGB value is (24,198,234). Sum of RGB (Red+Green+Blue) = 24+198+234=456 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.26% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #18C6EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C6EA is #E73915. Grayscale: #959595. Windows color (decimal): -15153430 or 15386136. OLE color: 15386136.

HSL color Cylindrical-coordinate representation of color #18C6EA: hue angle of 190.29º degrees, saturation: 0.83, 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 #18C6EA is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 198 234 -
CMYK 0.90 0.15 0 0.08
HSL 190.29º 0.83% 0.51% -
HSV(B) 190.29º 0.9% 0.92% -
XYZ 35.42 46.52 84.95 -
YUV 150.08 175.35 38.07 -
System Red Green Blue C M Y K H S L
Decimal 24 198 234 0.90 0.15 0 0.08 190.29 0.83 0.51
Hex 18 C6 EA 5A F 0 8 BE 53 33
Octal 30 306 352 132 17 0 10 276 123 63
Binary 11000 11000110 11101010 1011010 1111 0 1000 10111110 1010011 110011

Color Harmonies of #18C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C6EA

Black with #18C6EA

Text Example


Text Example

White with #18C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,198,234); }

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

background-color css

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

 a { background-color: rgb(24,198,234); }

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

border-color css

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

 span { border-color: rgb(24,198,234); }

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