Html Css Color HEX #18B4F0 Deep Sky Blue

📋 copy color: '#18B4F0'

red 24 ◦ green 180 ◦ blue 240

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

Shades of Deep Sky Blue #18B4F0

Tints of Deep Sky Blue #18B4F0

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 240 (94.14% from 255) = 54.05%

R = 5.41%
G = 40.54%
B = 54.05%

CMYK

 C value IS 0.9

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18B4F0 (or 0x18B4F0) is known color: Deep Sky Blue. HEX triplet: 18, B4 and F0. RGB value is (24,180,240). Sum of RGB (Red+Green+Blue) = 24+180+240=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 240 (94.14% from 255 or 54.05% from 444); Max value from RGB is 240 - color contains mainly: blue. Hex color #18B4F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B4F0 is #E74B0F. Grayscale: #8B8B8B. Windows color (decimal): -15158032 or 15774744. OLE color: 15774744.

HSL color Cylindrical-coordinate representation of color #18B4F0: hue angle of 196.67º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B4F0 is Cyan = 0.9, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 180 240 -
CMYK 0.9 0.25 0 0.06
HSL 196.67º 0.88% 0.52% -
HSV(B) 196.67º 0.9% 0.94% -
XYZ 32.43 39.13 88.28 -
YUV 140.2 184.32 45.12 -
System Red Green Blue C M Y K H S L
Decimal 24 180 240 0.9 0.25 0 0.06 196.67 0.88 0.52
Hex 18 B4 F0 5A 19 0 6 C5 58 34
Octal 30 264 360 132 31 0 6 305 130 64
Binary 11000 10110100 11110000 1011010 11001 0 110 11000101 1011000 110100

Color Harmonies of #18B4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B4F0

Black with #18B4F0

Text Example


Text Example

White with #18B4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,180,240); }

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

background-color css

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

 a { background-color: rgb(24,180,240); }

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

border-color css

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

 span { border-color: rgb(24,180,240); }

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