Html Css Color HEX #18BFE8 Deep Sky Blue

📋 copy color: '#18BFE8'

red 24 ◦ green 191 ◦ blue 232

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

Shades of Deep Sky Blue #18BFE8

Tints of Deep Sky Blue #18BFE8

RGB

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

 GREEN value IS 191 (75% from 255) = 42.73%

 BLUE value IS 232 (91.02% from 255) = 51.9%

R = 5.37%
G = 42.73%
B = 51.9%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#18BFE8 (or 0x18BFE8) is known color: Deep Sky Blue. HEX triplet: 18, BF and E8. RGB value is (24,191,232). Sum of RGB (Red+Green+Blue) = 24+191+232=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 232 (91.02% from 255 or 51.90% from 447); Max value from RGB is 232 - color contains mainly: blue. Hex color #18BFE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BFE8 is #E74017. Grayscale: #919191. Windows color (decimal): -15155224 or 15253272. OLE color: 15253272.

HSL color Cylindrical-coordinate representation of color #18BFE8: hue angle of 191.83º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BFE8 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 24 191 232 -
CMYK 0.90 0.18 0 0.09
HSL 191.83º 0.82% 0.5% -
HSV(B) 191.83º 0.9% 0.91% -
XYZ 33.57 43.28 82.93 -
YUV 145.74 176.67 41.17 -
System Red Green Blue C M Y K H S L
Decimal 24 191 232 0.90 0.18 0 0.09 191.83 0.82 0.5
Hex 18 BF E8 5A 12 0 9 C0 52 32
Octal 30 277 350 132 22 0 11 300 122 62
Binary 11000 10111111 11101000 1011010 10010 0 1001 11000000 1010010 110010

Color Harmonies of #18BFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BFE8

Black with #18BFE8

Text Example


Text Example

White with #18BFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,191,232); }

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

background-color css

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

 a { background-color: rgb(24,191,232); }

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

border-color css

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

 span { border-color: rgb(24,191,232); }

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