Html Css Color HEX #18C2FD Deep Sky Blue

📋 copy color: '#18C2FD'

red 24 ◦ green 194 ◦ blue 253

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

Shades of Deep Sky Blue #18C2FD

Tints of Deep Sky Blue #18C2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.19%

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

R = 5.1%
G = 41.19%
B = 53.72%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18C2FD (or 0x18C2FD) is known color: Deep Sky Blue. HEX triplet: 18, C2 and FD. RGB value is (24,194,253). Sum of RGB (Red+Green+Blue) = 24+194+253=471 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.10% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #18C2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C2FD is #E73D02. Grayscale: #959595. Windows color (decimal): -15154435 or 16630296. OLE color: 16630296.

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

Color convert

RGB 24 194 253 -
CMYK 0.91 0.23 0 0.01
HSL 195.46º 0.98% 0.54% -
HSV(B) 195.46º 0.91% 0.99% -
XYZ 37.4 45.87 99.81 -
YUV 149.9 186.18 38.2 -
System Red Green Blue C M Y K H S L
Decimal 24 194 253 0.91 0.23 0 0.01 195.46 0.98 0.54
Hex 18 C2 FD 5B 17 0 1 C3 62 36
Octal 30 302 375 133 27 0 1 303 142 66
Binary 11000 11000010 11111101 1011011 10111 0 1 11000011 1100010 110110

Color Harmonies of #18C2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C2FD

Black with #18C2FD

Text Example


Text Example

White with #18C2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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