Html Css Color HEX #18AEFA Deep Sky Blue

📋 copy color: '#18AEFA'

red 24 ◦ green 174 ◦ blue 250

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

Shades of Deep Sky Blue #18AEFA

Tints of Deep Sky Blue #18AEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 5.36%
G = 38.84%
B = 55.8%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18AEFA (or 0x18AEFA) is known color: Deep Sky Blue. HEX triplet: 18, AE and FA. RGB value is (24,174,250). Sum of RGB (Red+Green+Blue) = 24+174+250=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #18AEFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18AEFA is #E75105. Grayscale: #898989. Windows color (decimal): -15159558 or 16428568. OLE color: 16428568.

HSL color Cylindrical-coordinate representation of color #18AEFA: hue angle of 200.18º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18AEFA is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 174 250 -
CMYK 0.90 0.30 0 0.02
HSL 200.18º 0.96% 0.54% -
HSV(B) 200.18º 0.9% 0.98% -
XYZ 32.77 37.37 95.93 -
YUV 137.81 191.31 46.82 -
System Red Green Blue C M Y K H S L
Decimal 24 174 250 0.90 0.30 0 0.02 200.18 0.96 0.54
Hex 18 AE FA 5A 1E 0 2 C8 60 36
Octal 30 256 372 132 36 0 2 310 140 66
Binary 11000 10101110 11111010 1011010 11110 0 10 11001000 1100000 110110

Color Harmonies of #18AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AEFA

Black with #18AEFA

Text Example


Text Example

White with #18AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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