Html Css Color HEX #18BCFF Deep Sky Blue

📋 copy color: '#18BCFF'

red 24 ◦ green 188 ◦ blue 255

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

Shades of Deep Sky Blue #18BCFF

Tints of Deep Sky Blue #18BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

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

R = 5.14%
G = 40.26%
B = 54.6%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18BCFF (or 0x18BCFF) is known color: Deep Sky Blue. HEX triplet: 18, BC and FF. RGB value is (24,188,255). Sum of RGB (Red+Green+Blue) = 24+188+255=467 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.14% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #18BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BCFF is #E74300. Grayscale: #929292. Windows color (decimal): -15155969 or 16759832. OLE color: 16759832.

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

Color convert

RGB 24 188 255 -
CMYK 0.91 0.26 0 0
HSL 197.4º 1% 0.55% -
HSV(B) 197.4º 0.91% 1% -
XYZ 36.41 43.38 101.06 -
YUV 146.6 189.17 40.55 -
System Red Green Blue C M Y K H S L
Decimal 24 188 255 0.91 0.26 0 0 197.4 1 0.55
Hex 18 BC FF 5B 1A 0 0 C5 64 37
Octal 30 274 377 133 32 0 0 305 144 67
Binary 11000 10111100 11111111 1011011 11010 0 0 11000101 1100100 110111

Color Harmonies of #18BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCFF

Black with #18BCFF

Text Example


Text Example

White with #18BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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