Html Css Color HEX #18CDFB Deep Sky Blue

📋 copy color: '#18CDFB'

red 24 ◦ green 205 ◦ blue 251

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

Shades of Deep Sky Blue #18CDFB

Tints of Deep Sky Blue #18CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.71%

 BLUE value IS 251 (98.44% from 255) = 52.29%

R = 5%
G = 42.71%
B = 52.29%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18CDFB (or 0x18CDFB) is known color: Deep Sky Blue. HEX triplet: 18, CD and FB. RGB value is (24,205,251). Sum of RGB (Red+Green+Blue) = 24+205+251=480 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #18CDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CDFB is #E73204. Grayscale: #9B9B9B. Windows color (decimal): -15151621 or 16502040. OLE color: 16502040.

HSL color Cylindrical-coordinate representation of color #18CDFB: hue angle of 192.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CDFB is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 205 251 -
CMYK 0.90 0.18 0 0.02
HSL 192.16º 0.97% 0.54% -
HSV(B) 192.16º 0.9% 0.98% -
XYZ 39.62 50.82 98.99 -
YUV 156.13 181.53 33.76 -
System Red Green Blue C M Y K H S L
Decimal 24 205 251 0.90 0.18 0 0.02 192.16 0.97 0.54
Hex 18 CD FB 5A 12 0 2 C0 61 36
Octal 30 315 373 132 22 0 2 300 141 66
Binary 11000 11001101 11111011 1011010 10010 0 10 11000000 1100001 110110

Color Harmonies of #18CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CDFB

Black with #18CDFB

Text Example


Text Example

White with #18CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,251); }

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

background-color css

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

 a { background-color: rgb(24,205,251); }

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

border-color css

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

 span { border-color: rgb(24,205,251); }

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