Html Css Color HEX #18BAF9 Deep Sky Blue

📋 copy color: '#18BAF9'

red 24 ◦ green 186 ◦ blue 249

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

Shades of Deep Sky Blue #18BAF9

Tints of Deep Sky Blue #18BAF9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

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

R = 5.23%
G = 40.52%
B = 54.25%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18BAF9 (or 0x18BAF9) is known color: Deep Sky Blue. HEX triplet: 18, BA and F9. RGB value is (24,186,249). Sum of RGB (Red+Green+Blue) = 24+186+249=459 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.23% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #18BAF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAF9 is #E74506. Grayscale: #909090. Windows color (decimal): -15156487 or 16366104. OLE color: 16366104.

HSL color Cylindrical-coordinate representation of color #18BAF9: hue angle of 196.8º 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 #18BAF9 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 186 249 -
CMYK 0.90 0.25 0 0.02
HSL 196.8º 0.95% 0.54% -
HSV(B) 196.8º 0.9% 0.98% -
XYZ 35.03 42.15 95.91 -
YUV 144.74 186.83 41.88 -
System Red Green Blue C M Y K H S L
Decimal 24 186 249 0.90 0.25 0 0.02 196.8 0.95 0.54
Hex 18 BA F9 5A 19 0 2 C5 5F 36
Octal 30 272 371 132 31 0 2 305 137 66
Binary 11000 10111010 11111001 1011010 11001 0 10 11000101 1011111 110110

Color Harmonies of #18BAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BAF9

Black with #18BAF9

Text Example


Text Example

White with #18BAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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