Html Css Color HEX #18BDF9 Deep Sky Blue

📋 copy color: '#18BDF9'

red 24 ◦ green 189 ◦ blue 249

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

Shades of Deep Sky Blue #18BDF9

Tints of Deep Sky Blue #18BDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 53.9%

R = 5.19%
G = 40.91%
B = 53.9%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18BDF9 (or 0x18BDF9) is known color: Deep Sky Blue. HEX triplet: 18, BD and F9. RGB value is (24,189,249). Sum of RGB (Red+Green+Blue) = 24+189+249=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #18BDF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BDF9 is #E74206. Grayscale: #929292. Windows color (decimal): -15155719 or 16366872. OLE color: 16366872.

HSL color Cylindrical-coordinate representation of color #18BDF9: hue angle of 196º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BDF9 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 189 249 -
CMYK 0.90 0.24 0 0.02
HSL 196º 0.95% 0.54% -
HSV(B) 196º 0.9% 0.98% -
XYZ 35.67 43.43 96.12 -
YUV 146.51 185.84 40.62 -
System Red Green Blue C M Y K H S L
Decimal 24 189 249 0.90 0.24 0 0.02 196 0.95 0.54
Hex 18 BD F9 5A 18 0 2 C4 5F 36
Octal 30 275 371 132 30 0 2 304 137 66
Binary 11000 10111101 11111001 1011010 11000 0 10 11000100 1011111 110110

Color Harmonies of #18BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDF9

Black with #18BDF9

Text Example


Text Example

White with #18BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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