Html Css Color HEX #18CDEC Deep Sky Blue

📋 copy color: '#18CDEC'

red 24 ◦ green 205 ◦ blue 236

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

Shades of Deep Sky Blue #18CDEC

Tints of Deep Sky Blue #18CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.09%

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 5.16%
G = 44.09%
B = 50.75%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18CDEC (or 0x18CDEC) is known color: Deep Sky Blue. HEX triplet: 18, CD and EC. RGB value is (24,205,236). Sum of RGB (Red+Green+Blue) = 24+205+236=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #18CDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CDEC is #E73213. Grayscale: #9A9A9A. Windows color (decimal): -15151636 or 15519000. OLE color: 15519000.

HSL color Cylindrical-coordinate representation of color #18CDEC: hue angle of 188.77º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CDEC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 205 236 -
CMYK 0.90 0.13 0 0.07
HSL 188.77º 0.85% 0.51% -
HSV(B) 188.77º 0.9% 0.93% -
XYZ 37.35 49.91 87.02 -
YUV 154.42 174.03 34.98 -
System Red Green Blue C M Y K H S L
Decimal 24 205 236 0.90 0.13 0 0.07 188.77 0.85 0.51
Hex 18 CD EC 5A D 0 7 BD 55 33
Octal 30 315 354 132 15 0 7 275 125 63
Binary 11000 11001101 11101100 1011010 1101 0 111 10111101 1010101 110011

Color Harmonies of #18CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDEC

Black with #18CDEC

Text Example


Text Example

White with #18CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,236); }

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

background-color css

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

 a { background-color: rgb(24,205,236); }

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

border-color css

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

 span { border-color: rgb(24,205,236); }

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