Html Css Color HEX #18BCEF Deep Sky Blue

📋 copy color: '#18BCEF'

red 24 ◦ green 188 ◦ blue 239

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

Shades of Deep Sky Blue #18BCEF

Tints of Deep Sky Blue #18BCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 239 (93.75% from 255) = 52.99%

R = 5.32%
G = 41.69%
B = 52.99%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18BCEF (or 0x18BCEF) is known color: Deep Sky Blue. HEX triplet: 18, BC and EF. RGB value is (24,188,239). Sum of RGB (Red+Green+Blue) = 24+188+239=451 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.32% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #18BCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BCEF is #E74310. Grayscale: #909090. Windows color (decimal): -15155985 or 15711256. OLE color: 15711256.

HSL color Cylindrical-coordinate representation of color #18BCEF: hue angle of 194.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BCEF is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 188 239 -
CMYK 0.90 0.21 0 0.06
HSL 194.23º 0.87% 0.52% -
HSV(B) 194.23º 0.9% 0.94% -
XYZ 33.94 42.39 88.06 -
YUV 144.78 181.17 41.85 -
System Red Green Blue C M Y K H S L
Decimal 24 188 239 0.90 0.21 0 0.06 194.23 0.87 0.52
Hex 18 BC EF 5A 15 0 6 C2 57 34
Octal 30 274 357 132 25 0 6 302 127 64
Binary 11000 10111100 11101111 1011010 10101 0 110 11000010 1010111 110100

Color Harmonies of #18BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCEF

Black with #18BCEF

Text Example


Text Example

White with #18BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,188,239); }

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

background-color css

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

 a { background-color: rgb(24,188,239); }

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

border-color css

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

 span { border-color: rgb(24,188,239); }

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