Html Css Color HEX #18BDFE Deep Sky Blue

📋 copy color: '#18BDFE'

red 24 ◦ green 189 ◦ blue 254

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

Shades of Deep Sky Blue #18BDFE

Tints of Deep Sky Blue #18BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 5.14%
G = 40.47%
B = 54.39%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#18BDFE (or 0x18BDFE) is known color: Deep Sky Blue. HEX triplet: 18, BD and FE. RGB value is (24,189,254). Sum of RGB (Red+Green+Blue) = 24+189+254=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #18BDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BDFE is #E74201. Grayscale: #929292. Windows color (decimal): -15155714 or 16694552. OLE color: 16694552.

HSL color Cylindrical-coordinate representation of color #18BDFE: hue angle of 196.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18BDFE is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 189 254 -
CMYK 0.91 0.26 0 0.00
HSL 196.96º 0.99% 0.55% -
HSV(B) 196.96º 0.91% 1% -
XYZ 36.46 43.75 100.29 -
YUV 147.08 188.34 40.21 -
System Red Green Blue C M Y K H S L
Decimal 24 189 254 0.91 0.26 0 0.00 196.96 0.99 0.55
Hex 18 BD FE 5B 1A 0 0 C5 63 37
Octal 30 275 376 133 32 0 0 305 143 67
Binary 11000 10111101 11111110 1011011 11010 0 0 11000101 1100011 110111

Color Harmonies of #18BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDFE

Black with #18BDFE

Text Example


Text Example

White with #18BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,254); }

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

background-color css

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

 a { background-color: rgb(24,189,254); }

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

border-color css

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

 span { border-color: rgb(24,189,254); }

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