Html Css Color HEX #18C0FD Deep Sky Blue

📋 copy color: '#18C0FD'

red 24 ◦ green 192 ◦ blue 253

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

Shades of Deep Sky Blue #18C0FD

Tints of Deep Sky Blue #18C0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.94%

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

R = 5.12%
G = 40.94%
B = 53.94%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18C0FD (or 0x18C0FD) is known color: Deep Sky Blue. HEX triplet: 18, C0 and FD. RGB value is (24,192,253). Sum of RGB (Red+Green+Blue) = 24+192+253=469 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.12% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #18C0FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C0FD is #E73F02. Grayscale: #949494. Windows color (decimal): -15154947 or 16629784. OLE color: 16629784.

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

Color convert

RGB 24 192 253 -
CMYK 0.91 0.24 0 0.01
HSL 195.98º 0.98% 0.54% -
HSV(B) 195.98º 0.91% 0.99% -
XYZ 36.96 44.99 99.66 -
YUV 148.72 186.84 39.04 -
System Red Green Blue C M Y K H S L
Decimal 24 192 253 0.91 0.24 0 0.01 195.98 0.98 0.54
Hex 18 C0 FD 5B 18 0 1 C4 62 36
Octal 30 300 375 133 30 0 1 304 142 66
Binary 11000 11000000 11111101 1011011 11000 0 1 11000100 1100010 110110

Color Harmonies of #18C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C0FD

Black with #18C0FD

Text Example


Text Example

White with #18C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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