Html Css Color HEX #18CCEA Deep Sky Blue

📋 copy color: '#18CCEA'

red 24 ◦ green 204 ◦ blue 234

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

Shades of Deep Sky Blue #18CCEA

Tints of Deep Sky Blue #18CCEA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.16%

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 5.19%
G = 44.16%
B = 50.65%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18CCEA (or 0x18CCEA) is known color: Deep Sky Blue. HEX triplet: 18, CC and EA. RGB value is (24,204,234). Sum of RGB (Red+Green+Blue) = 24+204+234=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #18CCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCEA is #E73315. Grayscale: #999999. Windows color (decimal): -15151894 or 15387672. OLE color: 15387672.

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

Color convert

RGB 24 204 234 -
CMYK 0.90 0.13 0 0.08
HSL 188.57º 0.83% 0.51% -
HSV(B) 188.57º 0.9% 0.92% -
XYZ 36.82 49.32 85.42 -
YUV 153.6 173.37 35.56 -
System Red Green Blue C M Y K H S L
Decimal 24 204 234 0.90 0.13 0 0.08 188.57 0.83 0.51
Hex 18 CC EA 5A D 0 8 BD 53 33
Octal 30 314 352 132 15 0 10 275 123 63
Binary 11000 11001100 11101010 1011010 1101 0 1000 10111101 1010011 110011

Color Harmonies of #18CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCEA

Black with #18CCEA

Text Example


Text Example

White with #18CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,234); }

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

background-color css

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

 a { background-color: rgb(24,204,234); }

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

border-color css

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

 span { border-color: rgb(24,204,234); }

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