Html Css Color HEX #18AEFD Deep Sky Blue

📋 copy color: '#18AEFD'

red 24 ◦ green 174 ◦ blue 253

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

Shades of Deep Sky Blue #18AEFD

Tints of Deep Sky Blue #18AEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.1%

R = 5.32%
G = 38.58%
B = 56.1%

CMYK

 C value IS 0.91

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18AEFD (or 0x18AEFD) is known color: Deep Sky Blue. HEX triplet: 18, AE and FD. RGB value is (24,174,253). Sum of RGB (Red+Green+Blue) = 24+174+253=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #18AEFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AEFD is #E75102. Grayscale: #898989. Windows color (decimal): -15159555 or 16625176. OLE color: 16625176.

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

Color convert

RGB 24 174 253 -
CMYK 0.91 0.31 0 0.01
HSL 200.7º 0.98% 0.54% -
HSV(B) 200.7º 0.91% 0.99% -
XYZ 33.24 37.56 98.43 -
YUV 138.16 192.81 46.58 -
System Red Green Blue C M Y K H S L
Decimal 24 174 253 0.91 0.31 0 0.01 200.7 0.98 0.54
Hex 18 AE FD 5B 1F 0 1 C9 62 36
Octal 30 256 375 133 37 0 1 311 142 66
Binary 11000 10101110 11111101 1011011 11111 0 1 11001001 1100010 110110

Color Harmonies of #18AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AEFD

Black with #18AEFD

Text Example


Text Example

White with #18AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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