Html Css Color HEX #18BEF0 Deep Sky Blue

📋 copy color: '#18BEF0'

red 24 ◦ green 190 ◦ blue 240

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

Shades of Deep Sky Blue #18BEF0

Tints of Deep Sky Blue #18BEF0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.85%

 BLUE value IS 240 (94.14% from 255) = 52.86%

R = 5.29%
G = 41.85%
B = 52.86%

CMYK

 C value IS 0.9

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18BEF0 (or 0x18BEF0) is known color: Deep Sky Blue. HEX triplet: 18, BE and F0. RGB value is (24,190,240). Sum of RGB (Red+Green+Blue) = 24+190+240=454 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.29% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #18BEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BEF0 is #E7410F. Grayscale: #919191. Windows color (decimal): -15155472 or 15777304. OLE color: 15777304.

HSL color Cylindrical-coordinate representation of color #18BEF0: hue angle of 193.89º degrees, saturation: 0.88, 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 #18BEF0 is Cyan = 0.9, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 190 240 -
CMYK 0.9 0.21 0 0.06
HSL 193.89º 0.88% 0.52% -
HSV(B) 193.89º 0.9% 0.94% -
XYZ 34.52 43.31 88.98 -
YUV 146.07 181 40.93 -
System Red Green Blue C M Y K H S L
Decimal 24 190 240 0.9 0.21 0 0.06 193.89 0.88 0.52
Hex 18 BE F0 5A 15 0 6 C2 58 34
Octal 30 276 360 132 25 0 6 302 130 64
Binary 11000 10111110 11110000 1011010 10101 0 110 11000010 1011000 110100

Color Harmonies of #18BEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BEF0

Black with #18BEF0

Text Example


Text Example

White with #18BEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,190,240); }

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

background-color css

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

 a { background-color: rgb(24,190,240); }

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

border-color css

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

 span { border-color: rgb(24,190,240); }

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