Html Css Color HEX #15BAFD Deep Sky Blue

📋 copy color: '#15BAFD'

red 21 ◦ green 186 ◦ blue 253

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

Shades of Deep Sky Blue #15BAFD

Tints of Deep Sky Blue #15BAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 253 (99.22% from 255) = 55%

R = 4.57%
G = 40.43%
B = 55%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#15BAFD (or 0x15BAFD) is known color: Deep Sky Blue. HEX triplet: 15, BA and FD. RGB value is (21,186,253). Sum of RGB (Red+Green+Blue) = 21+186+253=460 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.57% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #15BAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BAFD is #EA4502. Grayscale: #8F8F8F. Windows color (decimal): -15353091 or 16628245. OLE color: 16628245.

HSL color Cylindrical-coordinate representation of color #15BAFD: hue angle of 197.33º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15BAFD is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 186 253 -
CMYK 0.92 0.26 0 0.01
HSL 197.33º 0.98% 0.54% -
HSV(B) 197.33º 0.92% 0.99% -
XYZ 35.6 42.37 99.23 -
YUV 144.3 189.34 40.05 -
System Red Green Blue C M Y K H S L
Decimal 21 186 253 0.92 0.26 0 0.01 197.33 0.98 0.54
Hex 15 BA FD 5C 1A 0 1 C5 62 36
Octal 25 272 375 134 32 0 1 305 142 66
Binary 10101 10111010 11111101 1011100 11010 0 1 11000101 1100010 110110

Color Harmonies of #15BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BAFD

Black with #15BAFD

Text Example


Text Example

White with #15BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,186,253); }

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

background-color css

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

 a { background-color: rgb(21,186,253); }

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

border-color css

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

 span { border-color: rgb(21,186,253); }

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