Html Css Color HEX #18CFEC Deep Sky Blue

📋 copy color: '#18CFEC'

red 24 ◦ green 207 ◦ blue 236

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

Shades of Deep Sky Blue #18CFEC

Tints of Deep Sky Blue #18CFEC

RGB

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

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

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

R = 5.14%
G = 44.33%
B = 50.54%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#18CFEC (or 0x18CFEC) is known color: Deep Sky Blue. HEX triplet: 18, CF and EC. RGB value is (24,207,236). Sum of RGB (Red+Green+Blue) = 24+207+236=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #18CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CFEC is #E73013. Grayscale: #9B9B9B. Windows color (decimal): -15151124 or 15519512. OLE color: 15519512.

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

Color convert

RGB 24 207 236 -
CMYK 0.90 0.12 0 0.07
HSL 188.21º 0.85% 0.51% -
HSV(B) 188.21º 0.9% 0.93% -
XYZ 37.83 50.88 87.18 -
YUV 155.59 173.37 34.14 -
System Red Green Blue C M Y K H S L
Decimal 24 207 236 0.90 0.12 0 0.07 188.21 0.85 0.51
Hex 18 CF EC 5A C 0 7 BC 55 33
Octal 30 317 354 132 14 0 7 274 125 63
Binary 11000 11001111 11101100 1011010 1100 0 111 10111100 1010101 110011

Color Harmonies of #18CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CFEC

Black with #18CFEC

Text Example


Text Example

White with #18CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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