Html Css Color HEX #18DAFC Deep Sky Blue

📋 copy color: '#18DAFC'

red 24 ◦ green 218 ◦ blue 252

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

Shades of Deep Sky Blue #18DAFC

Tints of Deep Sky Blue #18DAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 4.86%
G = 44.13%
B = 51.01%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18DAFC (or 0x18DAFC) is known color: Deep Sky Blue. HEX triplet: 18, DA and FC. RGB value is (24,218,252). Sum of RGB (Red+Green+Blue) = 24+218+252=494 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.86% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #18DAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DAFC is #E72503. Grayscale: #A3A3A3. Windows color (decimal): -15148292 or 16570904. OLE color: 16570904.

HSL color Cylindrical-coordinate representation of color #18DAFC: hue angle of 188.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DAFC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 218 252 -
CMYK 0.90 0.13 0 0.01
HSL 188.95º 0.97% 0.54% -
HSV(B) 188.95º 0.9% 0.99% -
XYZ 43.02 57.37 100.9 -
YUV 163.87 177.73 28.24 -
System Red Green Blue C M Y K H S L
Decimal 24 218 252 0.90 0.13 0 0.01 188.95 0.97 0.54
Hex 18 DA FC 5A D 0 1 BD 61 36
Octal 30 332 374 132 15 0 1 275 141 66
Binary 11000 11011010 11111100 1011010 1101 0 1 10111101 1100001 110110

Color Harmonies of #18DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DAFC

Black with #18DAFC

Text Example


Text Example

White with #18DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,218,252); }

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

background-color css

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

 a { background-color: rgb(24,218,252); }

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

border-color css

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

 span { border-color: rgb(24,218,252); }

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