Html Css Color HEX #18B2FD Deep Sky Blue

📋 copy color: '#18B2FD'

red 24 ◦ green 178 ◦ blue 253

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

Shades of Deep Sky Blue #18B2FD

Tints of Deep Sky Blue #18B2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.12%

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

R = 5.27%
G = 39.12%
B = 55.6%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18B2FD (or 0x18B2FD) is known color: Deep Sky Blue. HEX triplet: 18, B2 and FD. RGB value is (24,178,253). Sum of RGB (Red+Green+Blue) = 24+178+253=455 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.27% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #18B2FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18B2FD is #E74D02. Grayscale: #8C8C8C. Windows color (decimal): -15158531 or 16626200. OLE color: 16626200.

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

Color convert

RGB 24 178 253 -
CMYK 0.91 0.30 0 0.01
HSL 199.65º 0.98% 0.54% -
HSV(B) 199.65º 0.91% 0.99% -
XYZ 34.03 39.13 98.69 -
YUV 140.5 191.48 44.9 -
System Red Green Blue C M Y K H S L
Decimal 24 178 253 0.91 0.30 0 0.01 199.65 0.98 0.54
Hex 18 B2 FD 5B 1E 0 1 C8 62 36
Octal 30 262 375 133 36 0 1 310 142 66
Binary 11000 10110010 11111101 1011011 11110 0 1 11001000 1100010 110110

Color Harmonies of #18B2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B2FD

Black with #18B2FD

Text Example


Text Example

White with #18B2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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