Html Css Color HEX #18CCFD Deep Sky Blue

📋 copy color: '#18CCFD'

red 24 ◦ green 204 ◦ blue 253

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

Shades of Deep Sky Blue #18CCFD

Tints of Deep Sky Blue #18CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

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

R = 4.99%
G = 42.41%
B = 52.6%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18CCFD (or 0x18CCFD) is known color: Deep Sky Blue. HEX triplet: 18, CC and FD. RGB value is (24,204,253). Sum of RGB (Red+Green+Blue) = 24+204+253=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #18CCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCFD is #E73302. Grayscale: #9B9B9B. Windows color (decimal): -15151875 or 16632856. OLE color: 16632856.

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

Color convert

RGB 24 204 253 -
CMYK 0.91 0.19 0 0.01
HSL 192.84º 0.98% 0.54% -
HSV(B) 192.84º 0.91% 0.99% -
XYZ 39.7 50.47 100.58 -
YUV 155.77 182.87 34.02 -
System Red Green Blue C M Y K H S L
Decimal 24 204 253 0.91 0.19 0 0.01 192.84 0.98 0.54
Hex 18 CC FD 5B 13 0 1 C1 62 36
Octal 30 314 375 133 23 0 1 301 142 66
Binary 11000 11001100 11111101 1011011 10011 0 1 11000001 1100010 110110

Color Harmonies of #18CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCFD

Black with #18CCFD

Text Example


Text Example

White with #18CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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