Html Css Color HEX #18CFEE Deep Sky Blue

📋 copy color: '#18CFEE'

red 24 ◦ green 207 ◦ blue 238

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

Shades of Deep Sky Blue #18CFEE

Tints of Deep Sky Blue #18CFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

 BLUE value IS 238 (93.36% from 255) = 50.75%

R = 5.12%
G = 44.14%
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

#18CFEE (or 0x18CFEE) is known color: Deep Sky Blue. HEX triplet: 18, CF and EE. RGB value is (24,207,238). Sum of RGB (Red+Green+Blue) = 24+207+238=469 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.12% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #18CFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFEE is #E73011. Grayscale: #9B9B9B. Windows color (decimal): -15151122 or 15650584. OLE color: 15650584.

HSL color Cylindrical-coordinate representation of color #18CFEE: hue angle of 188.69º degrees, saturation: 0.86, 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 #18CFEE is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 207 238 -
CMYK 0.90 0.13 0 0.07
HSL 188.69º 0.86% 0.51% -
HSV(B) 188.69º 0.9% 0.93% -
XYZ 38.12 50.99 88.72 -
YUV 155.82 174.37 33.98 -
System Red Green Blue C M Y K H S L
Decimal 24 207 238 0.90 0.13 0 0.07 188.69 0.86 0.51
Hex 18 CF EE 5A D 0 7 BD 56 33
Octal 30 317 356 132 15 0 7 275 126 63
Binary 11000 11001111 11101110 1011010 1101 0 111 10111101 1010110 110011

Color Harmonies of #18CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFEE

Black with #18CFEE

Text Example


Text Example

White with #18CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,207,238); }

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

background-color css

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

 a { background-color: rgb(24,207,238); }

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

border-color css

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

 span { border-color: rgb(24,207,238); }

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