Html Css Color HEX #18BEFD Deep Sky Blue

📋 copy color: '#18BEFD'

red 24 ◦ green 190 ◦ blue 253

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

Shades of Deep Sky Blue #18BEFD

Tints of Deep Sky Blue #18BEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.69%

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

R = 5.14%
G = 40.69%
B = 54.18%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18BEFD (or 0x18BEFD) is known color: Deep Sky Blue. HEX triplet: 18, BE and FD. RGB value is (24,190,253). Sum of RGB (Red+Green+Blue) = 24+190+253=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #18BEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BEFD is #E74102. Grayscale: #939393. Windows color (decimal): -15155459 or 16629272. OLE color: 16629272.

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

Color convert

RGB 24 190 253 -
CMYK 0.91 0.25 0 0.01
HSL 196.51º 0.98% 0.54% -
HSV(B) 196.51º 0.91% 0.99% -
XYZ 36.52 44.11 99.52 -
YUV 147.55 187.5 39.88 -
System Red Green Blue C M Y K H S L
Decimal 24 190 253 0.91 0.25 0 0.01 196.51 0.98 0.54
Hex 18 BE FD 5B 19 0 1 C5 62 36
Octal 30 276 375 133 31 0 1 305 142 66
Binary 11000 10111110 11111101 1011011 11001 0 1 11000101 1100010 110110

Color Harmonies of #18BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BEFD

Black with #18BEFD

Text Example


Text Example

White with #18BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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