Html Css Color HEX #18B2FC Deep Sky Blue

📋 copy color: '#18B2FC'

red 24 ◦ green 178 ◦ blue 252

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

Shades of Deep Sky Blue #18B2FC

Tints of Deep Sky Blue #18B2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.21%

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 5.29%
G = 39.21%
B = 55.51%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18B2FC (or 0x18B2FC) is known color: Deep Sky Blue. HEX triplet: 18, B2 and FC. RGB value is (24,178,252). Sum of RGB (Red+Green+Blue) = 24+178+252=454 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.29% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #18B2FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18B2FC is #E74D03. Grayscale: #8B8B8B. Windows color (decimal): -15158532 or 16560664. OLE color: 16560664.

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

Color convert

RGB 24 178 252 -
CMYK 0.90 0.29 0 0.01
HSL 199.47º 0.97% 0.54% -
HSV(B) 199.47º 0.9% 0.99% -
XYZ 33.87 39.06 97.85 -
YUV 140.39 190.98 44.98 -
System Red Green Blue C M Y K H S L
Decimal 24 178 252 0.90 0.29 0 0.01 199.47 0.97 0.54
Hex 18 B2 FC 5A 1D 0 1 C7 61 36
Octal 30 262 374 132 35 0 1 307 141 66
Binary 11000 10110010 11111100 1011010 11101 0 1 11000111 1100001 110110

Color Harmonies of #18B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B2FC

Black with #18B2FC

Text Example


Text Example

White with #18B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,178,252); }

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

background-color css

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

 a { background-color: rgb(24,178,252); }

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

border-color css

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

 span { border-color: rgb(24,178,252); }

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