Html Css Color HEX #18AEFE Deep Sky Blue

📋 copy color: '#18AEFE'

red 24 ◦ green 174 ◦ blue 254

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

Shades of Deep Sky Blue #18AEFE

Tints of Deep Sky Blue #18AEFE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.5%

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 5.31%
G = 38.5%
B = 56.19%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#18AEFE (or 0x18AEFE) is known color: Deep Sky Blue. HEX triplet: 18, AE and FE. RGB value is (24,174,254). Sum of RGB (Red+Green+Blue) = 24+174+254=452 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.31% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #18AEFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AEFE is #E75101. Grayscale: #898989. Windows color (decimal): -15159554 or 16690712. OLE color: 16690712.

HSL color Cylindrical-coordinate representation of color #18AEFE: hue angle of 200.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18AEFE is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 174 254 -
CMYK 0.91 0.31 0 0.00
HSL 200.87º 0.99% 0.55% -
HSV(B) 200.87º 0.91% 1% -
XYZ 33.4 37.62 99.27 -
YUV 138.27 193.31 46.5 -
System Red Green Blue C M Y K H S L
Decimal 24 174 254 0.91 0.31 0 0.00 200.87 0.99 0.55
Hex 18 AE FE 5B 1F 0 0 C9 63 37
Octal 30 256 376 133 37 0 0 311 143 67
Binary 11000 10101110 11111110 1011011 11111 0 0 11001001 1100011 110111

Color Harmonies of #18AEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AEFE

Black with #18AEFE

Text Example


Text Example

White with #18AEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,174,254); }

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

background-color css

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

 a { background-color: rgb(24,174,254); }

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

border-color css

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

 span { border-color: rgb(24,174,254); }

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