Html Css Color HEX #18BAFD Deep Sky Blue

📋 copy color: '#18BAFD'

red 24 ◦ green 186 ◦ blue 253

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

Shades of Deep Sky Blue #18BAFD

Tints of Deep Sky Blue #18BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 5.18%
G = 40.17%
B = 54.64%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18BAFD (or 0x18BAFD) is known color: Deep Sky Blue. HEX triplet: 18, BA and FD. RGB value is (24,186,253). Sum of RGB (Red+Green+Blue) = 24+186+253=463 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.18% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #18BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAFD is #E74502. Grayscale: #909090. Windows color (decimal): -15156483 or 16628248. OLE color: 16628248.

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

Color convert

RGB 24 186 253 -
CMYK 0.91 0.26 0 0.01
HSL 197.55º 0.98% 0.54% -
HSV(B) 197.55º 0.91% 0.99% -
XYZ 35.67 42.4 99.23 -
YUV 145.2 188.83 41.55 -
System Red Green Blue C M Y K H S L
Decimal 24 186 253 0.91 0.26 0 0.01 197.55 0.98 0.54
Hex 18 BA FD 5B 1A 0 1 C6 62 36
Octal 30 272 375 133 32 0 1 306 142 66
Binary 11000 10111010 11111101 1011011 11010 0 1 11000110 1100010 110110

Color Harmonies of #18BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BAFD

Black with #18BAFD

Text Example


Text Example

White with #18BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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