Html Css Color HEX #15B4F1 Deep Sky Blue

📋 copy color: '#15B4F1'

red 21 ◦ green 180 ◦ blue 241

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

Shades of Deep Sky Blue #15B4F1

Tints of Deep Sky Blue #15B4F1

RGB

 RED value IS 21 (8.59% from 255) = 4.75%

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

 BLUE value IS 241 (94.53% from 255) = 54.52%

R = 4.75%
G = 40.72%
B = 54.52%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#15B4F1 (or 0x15B4F1) is known color: Deep Sky Blue. HEX triplet: 15, B4 and F1. RGB value is (21,180,241). Sum of RGB (Red+Green+Blue) = 21+180+241=442 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.75% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #15B4F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15B4F1 is #EA4B0E. Grayscale: #8B8B8B. Windows color (decimal): -15354639 or 15840277. OLE color: 15840277.

HSL color Cylindrical-coordinate representation of color #15B4F1: hue angle of 196.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15B4F1 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 180 241 -
CMYK 0.91 0.25 0 0.05
HSL 196.64º 0.89% 0.51% -
HSV(B) 196.64º 0.91% 0.95% -
XYZ 32.51 39.15 89.06 -
YUV 139.41 185.32 43.54 -
System Red Green Blue C M Y K H S L
Decimal 21 180 241 0.91 0.25 0 0.05 196.64 0.89 0.51
Hex 15 B4 F1 5B 19 0 5 C5 59 33
Octal 25 264 361 133 31 0 5 305 131 63
Binary 10101 10110100 11110001 1011011 11001 0 101 11000101 1011001 110011

Color Harmonies of #15B4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B4F1

Black with #15B4F1

Text Example


Text Example

White with #15B4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15B4F1; }

 p { color: rgb(21,180,241); }

 H1.HeaderClassName
 {
   color: #15B4F1;
 }
 .AnyTagClassName
 {
   color: #15B4F1;
 }
</style>

background-color css

<style>
 a { background-color: #15B4F1; }

 a { background-color: rgb(21,180,241); }

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

border-color css

<style>
 span { border-color: #15B4F1; }

 span { border-color: rgb(21,180,241); }

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