Html Css Color HEX #18DBFB Deep Sky Blue

📋 copy color: '#18DBFB'

red 24 ◦ green 219 ◦ blue 251

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

Shades of Deep Sky Blue #18DBFB

Tints of Deep Sky Blue #18DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 4.86%
G = 44.33%
B = 50.81%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18DBFB (or 0x18DBFB) is known color: Deep Sky Blue. HEX triplet: 18, DB and FB. RGB value is (24,219,251). Sum of RGB (Red+Green+Blue) = 24+219+251=494 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.86% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #18DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DBFB is #E72404. Grayscale: #A4A4A4. Windows color (decimal): -15148037 or 16505624. OLE color: 16505624.

HSL color Cylindrical-coordinate representation of color #18DBFB: hue angle of 188.46º degrees, saturation: 0.97, 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 #18DBFB is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 219 251 -
CMYK 0.90 0.13 0 0.02
HSL 188.46º 0.97% 0.54% -
HSV(B) 188.46º 0.9% 0.98% -
XYZ 43.12 57.82 100.15 -
YUV 164.34 176.9 27.9 -
System Red Green Blue C M Y K H S L
Decimal 24 219 251 0.90 0.13 0 0.02 188.46 0.97 0.54
Hex 18 DB FB 5A D 0 2 BC 61 36
Octal 30 333 373 132 15 0 2 274 141 66
Binary 11000 11011011 11111011 1011010 1101 0 10 10111100 1100001 110110

Color Harmonies of #18DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DBFB

Black with #18DBFB

Text Example


Text Example

White with #18DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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