Html Css Color HEX #18DEFF Deep Sky Blue

📋 copy color: '#18DEFF'

red 24 ◦ green 222 ◦ blue 255

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

Shades of Deep Sky Blue #18DEFF

Tints of Deep Sky Blue #18DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.31%

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

R = 4.79%
G = 44.31%
B = 50.9%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18DEFF (or 0x18DEFF) is known color: Deep Sky Blue. HEX triplet: 18, DE and FF. RGB value is (24,222,255). Sum of RGB (Red+Green+Blue) = 24+222+255=501 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.79% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #18DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DEFF is #E72100. Grayscale: #A6A6A6. Windows color (decimal): -15147265 or 16768536. OLE color: 16768536.

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

Color convert

RGB 24 222 255 -
CMYK 0.91 0.13 0 0
HSL 188.57º 1% 0.55% -
HSV(B) 188.57º 0.91% 1% -
XYZ 44.55 59.66 103.77 -
YUV 166.56 177.9 26.32 -
System Red Green Blue C M Y K H S L
Decimal 24 222 255 0.91 0.13 0 0 188.57 1 0.55
Hex 18 DE FF 5B D 0 0 BD 64 37
Octal 30 336 377 133 15 0 0 275 144 67
Binary 11000 11011110 11111111 1011011 1101 0 0 10111101 1100100 110111

Color Harmonies of #18DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DEFF

Black with #18DEFF

Text Example


Text Example

White with #18DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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