Html Css Color HEX #18BCF5 Deep Sky Blue

📋 copy color: '#18BCF5'

red 24 ◦ green 188 ◦ blue 245

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

Shades of Deep Sky Blue #18BCF5

Tints of Deep Sky Blue #18BCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.61%

R = 5.25%
G = 41.14%
B = 53.61%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#18BCF5 (or 0x18BCF5) is known color: Deep Sky Blue. HEX triplet: 18, BC and F5. RGB value is (24,188,245). Sum of RGB (Red+Green+Blue) = 24+188+245=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 245 (96.09% from 255 or 53.61% from 457); Max value from RGB is 245 - color contains mainly: blue. Hex color #18BCF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BCF5 is #E7430A. Grayscale: #919191. Windows color (decimal): -15155979 or 16104472. OLE color: 16104472.

HSL color Cylindrical-coordinate representation of color #18BCF5: hue angle of 195.48º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BCF5 is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 188 245 -
CMYK 0.90 0.23 0 0.04
HSL 195.48º 0.92% 0.53% -
HSV(B) 195.48º 0.9% 0.96% -
XYZ 34.84 42.75 92.8 -
YUV 145.46 184.17 41.37 -
System Red Green Blue C M Y K H S L
Decimal 24 188 245 0.90 0.23 0 0.04 195.48 0.92 0.53
Hex 18 BC F5 5A 17 0 4 C3 5C 35
Octal 30 274 365 132 27 0 4 303 134 65
Binary 11000 10111100 11110101 1011010 10111 0 100 11000011 1011100 110101

Color Harmonies of #18BCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCF5

Black with #18BCF5

Text Example


Text Example

White with #18BCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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