Html Css Color HEX #18DBFE Deep Sky Blue

📋 copy color: '#18DBFE'

red 24 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #18DBFE

Tints of Deep Sky Blue #18DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.06%

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

R = 4.83%
G = 44.06%
B = 51.11%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#18DBFE (or 0x18DBFE) is known color: Deep Sky Blue. HEX triplet: 18, DB and FE. RGB value is (24,219,254). Sum of RGB (Red+Green+Blue) = 24+219+254=497 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.83% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #18DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DBFE is #E72401. Grayscale: #A4A4A4. Windows color (decimal): -15148034 or 16702232. OLE color: 16702232.

HSL color Cylindrical-coordinate representation of color #18DBFE: hue angle of 189.13º 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 #18DBFE is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 219 254 -
CMYK 0.91 0.14 0 0.00
HSL 189.13º 0.99% 0.55% -
HSV(B) 189.13º 0.91% 1% -
XYZ 43.6 58.01 102.67 -
YUV 164.69 178.4 27.65 -
System Red Green Blue C M Y K H S L
Decimal 24 219 254 0.91 0.14 0 0.00 189.13 0.99 0.55
Hex 18 DB FE 5B E 0 0 BD 63 37
Octal 30 333 376 133 16 0 0 275 143 67
Binary 11000 11011011 11111110 1011011 1110 0 0 10111101 1100011 110111

Color Harmonies of #18DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DBFE

Black with #18DBFE

Text Example


Text Example

White with #18DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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