Html Css Color HEX #18DBFF Deep Sky Blue

📋 copy color: '#18DBFF'

red 24 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #18DBFF

Tints of Deep Sky Blue #18DBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 4.82%
G = 43.98%
B = 51.2%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18DBFF (or 0x18DBFF) is known color: Deep Sky Blue. HEX triplet: 18, DB and FF. RGB value is (24,219,255). Sum of RGB (Red+Green+Blue) = 24+219+255=498 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.82% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #18DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DBFF is #E72400. Grayscale: #A4A4A4. Windows color (decimal): -15148033 or 16767768. OLE color: 16767768.

HSL color Cylindrical-coordinate representation of color #18DBFF: hue angle of 189.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18DBFF is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 219 255 -
CMYK 0.91 0.14 0 0
HSL 189.35º 1% 0.55% -
HSV(B) 189.35º 0.91% 1% -
XYZ 43.76 58.08 103.51 -
YUV 164.8 178.9 27.57 -
System Red Green Blue C M Y K H S L
Decimal 24 219 255 0.91 0.14 0 0 189.35 1 0.55
Hex 18 DB FF 5B E 0 0 BD 64 37
Octal 30 333 377 133 16 0 0 275 144 67
Binary 11000 11011011 11111111 1011011 1110 0 0 10111101 1100100 110111

Color Harmonies of #18DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DBFF

Black with #18DBFF

Text Example


Text Example

White with #18DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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