Html Css Color HEX #18D0FE Deep Sky Blue

📋 copy color: '#18D0FE'

red 24 ◦ green 208 ◦ blue 254

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

Shades of Deep Sky Blue #18D0FE

Tints of Deep Sky Blue #18D0FE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.8%

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

R = 4.94%
G = 42.8%
B = 52.26%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#18D0FE (or 0x18D0FE) is known color: Deep Sky Blue. HEX triplet: 18, D0 and FE. RGB value is (24,208,254). Sum of RGB (Red+Green+Blue) = 24+208+254=486 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.94% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #18D0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D0FE is #E72F01. Grayscale: #9D9D9D. Windows color (decimal): -15150850 or 16699416. OLE color: 16699416.

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

Color convert

RGB 24 208 254 -
CMYK 0.91 0.18 0 0.00
HSL 192º 0.99% 0.55% -
HSV(B) 192º 0.91% 1% -
XYZ 40.82 52.46 101.74 -
YUV 158.23 182.04 32.26 -
System Red Green Blue C M Y K H S L
Decimal 24 208 254 0.91 0.18 0 0.00 192 0.99 0.55
Hex 18 D0 FE 5B 12 0 0 C0 63 37
Octal 30 320 376 133 22 0 0 300 143 67
Binary 11000 11010000 11111110 1011011 10010 0 0 11000000 1100011 110111

Color Harmonies of #18D0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D0FE

Black with #18D0FE

Text Example


Text Example

White with #18D0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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