Html Css Color HEX #18C1FF Deep Sky Blue

📋 copy color: '#18C1FF'

red 24 ◦ green 193 ◦ blue 255

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

Shades of Deep Sky Blue #18C1FF

Tints of Deep Sky Blue #18C1FF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.89%

 BLUE value IS 255 (100% from 255) = 54.03%

R = 5.08%
G = 40.89%
B = 54.03%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18C1FF (or 0x18C1FF) is known color: Deep Sky Blue. HEX triplet: 18, C1 and FF. RGB value is (24,193,255). Sum of RGB (Red+Green+Blue) = 24+193+255=472 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.08% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #18C1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18C1FF is #E73E00. Grayscale: #959595. Windows color (decimal): -15154689 or 16761112. OLE color: 16761112.

HSL color Cylindrical-coordinate representation of color #18C1FF: hue angle of 196.1º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18C1FF is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 193 255 -
CMYK 0.91 0.24 0 0
HSL 196.1º 1% 0.55% -
HSV(B) 196.1º 0.91% 1% -
XYZ 37.5 45.55 101.42 -
YUV 149.54 187.51 38.46 -
System Red Green Blue C M Y K H S L
Decimal 24 193 255 0.91 0.24 0 0 196.1 1 0.55
Hex 18 C1 FF 5B 18 0 0 C4 64 37
Octal 30 301 377 133 30 0 0 304 144 67
Binary 11000 11000001 11111111 1011011 11000 0 0 11000100 1100100 110111

Color Harmonies of #18C1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C1FF

Black with #18C1FF

Text Example


Text Example

White with #18C1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,193,255); }

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

background-color css

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

 a { background-color: rgb(24,193,255); }

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

border-color css

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

 span { border-color: rgb(24,193,255); }

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