Html Css Color HEX #18B5F3 Deep Sky Blue

📋 copy color: '#18B5F3'

red 24 ◦ green 181 ◦ blue 243

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

Shades of Deep Sky Blue #18B5F3

Tints of Deep Sky Blue #18B5F3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

 BLUE value IS 243 (95.31% from 255) = 54.24%

R = 5.36%
G = 40.4%
B = 54.24%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18B5F3 (or 0x18B5F3) is known color: Deep Sky Blue. HEX triplet: 18, B5 and F3. RGB value is (24,181,243). Sum of RGB (Red+Green+Blue) = 24+181+243=448 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.36% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #18B5F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B5F3 is #E74A0C. Grayscale: #8C8C8C. Windows color (decimal): -15157773 or 15971608. OLE color: 15971608.

HSL color Cylindrical-coordinate representation of color #18B5F3: hue angle of 196.99º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B5F3 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 181 243 -
CMYK 0.90 0.26 0 0.05
HSL 196.99º 0.9% 0.52% -
HSV(B) 196.99º 0.9% 0.95% -
XYZ 33.08 39.71 90.72 -
YUV 141.13 185.49 44.46 -
System Red Green Blue C M Y K H S L
Decimal 24 181 243 0.90 0.26 0 0.05 196.99 0.9 0.52
Hex 18 B5 F3 5A 1A 0 5 C5 5A 34
Octal 30 265 363 132 32 0 5 305 132 64
Binary 11000 10110101 11110011 1011010 11010 0 101 11000101 1011010 110100

Color Harmonies of #18B5F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B5F3

Black with #18B5F3

Text Example


Text Example

White with #18B5F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,181,243); }

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

background-color css

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

 a { background-color: rgb(24,181,243); }

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

border-color css

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

 span { border-color: rgb(24,181,243); }

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