Html Css Color HEX #18D0EF Deep Sky Blue

📋 copy color: '#18D0EF'

red 24 ◦ green 208 ◦ blue 239

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

Shades of Deep Sky Blue #18D0EF

Tints of Deep Sky Blue #18D0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 5.1%
G = 44.16%
B = 50.74%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18D0EF (or 0x18D0EF) is known color: Deep Sky Blue. HEX triplet: 18, D0 and EF. RGB value is (24,208,239). Sum of RGB (Red+Green+Blue) = 24+208+239=471 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.10% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #18D0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18D0EF is #E72F10. Grayscale: #9C9C9C. Windows color (decimal): -15150865 or 15716376. OLE color: 15716376.

HSL color Cylindrical-coordinate representation of color #18D0EF: hue angle of 188.65º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D0EF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 208 239 -
CMYK 0.90 0.13 0 0.06
HSL 188.65º 0.87% 0.52% -
HSV(B) 188.65º 0.9% 0.94% -
XYZ 38.51 51.54 89.58 -
YUV 156.52 174.54 33.48 -
System Red Green Blue C M Y K H S L
Decimal 24 208 239 0.90 0.13 0 0.06 188.65 0.87 0.52
Hex 18 D0 EF 5A D 0 6 BD 57 34
Octal 30 320 357 132 15 0 6 275 127 64
Binary 11000 11010000 11101111 1011010 1101 0 110 10111101 1010111 110100

Color Harmonies of #18D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D0EF

Black with #18D0EF

Text Example


Text Example

White with #18D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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