Html Css Color HEX #18CEFF Deep Sky Blue

📋 copy color: '#18CEFF'

red 24 ◦ green 206 ◦ blue 255

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

Shades of Deep Sky Blue #18CEFF

Tints of Deep Sky Blue #18CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

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

R = 4.95%
G = 42.47%
B = 52.58%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18CEFF (or 0x18CEFF) is known color: Deep Sky Blue. HEX triplet: 18, CE and FF. RGB value is (24,206,255). Sum of RGB (Red+Green+Blue) = 24+206+255=485 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.95% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #18CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CEFF is #E73100. Grayscale: #9C9C9C. Windows color (decimal): -15151361 or 16764440. OLE color: 16764440.

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

Color convert

RGB 24 206 255 -
CMYK 0.91 0.19 0 0
HSL 192.73º 1% 0.55% -
HSV(B) 192.73º 0.91% 1% -
XYZ 40.5 51.56 102.42 -
YUV 157.17 183.2 33.02 -
System Red Green Blue C M Y K H S L
Decimal 24 206 255 0.91 0.19 0 0 192.73 1 0.55
Hex 18 CE FF 5B 13 0 0 C1 64 37
Octal 30 316 377 133 23 0 0 301 144 67
Binary 11000 11001110 11111111 1011011 10011 0 0 11000001 1100100 110111

Color Harmonies of #18CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CEFF

Black with #18CEFF

Text Example


Text Example

White with #18CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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