Html Css Color HEX #18DCFF Deep Sky Blue

📋 copy color: '#18DCFF'

red 24 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #18DCFF

Tints of Deep Sky Blue #18DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.09%

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

R = 4.81%
G = 44.09%
B = 51.1%

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

#18DCFF (or 0x18DCFF) is known color: Deep Sky Blue. HEX triplet: 18, DC and FF. RGB value is (24,220,255). Sum of RGB (Red+Green+Blue) = 24+220+255=499 (66% of max value = 765). Red value is 24 (9.77% from 255 or 4.81% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #18DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DCFF is #E72300. Grayscale: #A5A5A5. Windows color (decimal): -15147777 or 16768024. OLE color: 16768024.

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

Color convert

RGB 24 220 255 -
CMYK 0.91 0.14 0 0
HSL 189.09º 1% 0.55% -
HSV(B) 189.09º 0.91% 1% -
XYZ 44.02 58.6 103.6 -
YUV 165.39 178.57 27.15 -
System Red Green Blue C M Y K H S L
Decimal 24 220 255 0.91 0.14 0 0 189.09 1 0.55
Hex 18 DC FF 5B E 0 0 BD 64 37
Octal 30 334 377 133 16 0 0 275 144 67
Binary 11000 11011100 11111111 1011011 1110 0 0 10111101 1100100 110111

Color Harmonies of #18DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DCFF

Black with #18DCFF

Text Example


Text Example

White with #18DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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