Html Css Color HEX #15BDFC Deep Sky Blue

📋 copy color: '#15BDFC'

red 21 ◦ green 189 ◦ blue 252

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

Shades of Deep Sky Blue #15BDFC

Tints of Deep Sky Blue #15BDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.91%

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

R = 4.55%
G = 40.91%
B = 54.55%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#15BDFC (or 0x15BDFC) is known color: Deep Sky Blue. HEX triplet: 15, BD and FC. RGB value is (21,189,252). Sum of RGB (Red+Green+Blue) = 21+189+252=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #15BDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BDFC is #EA4203. Grayscale: #919191. Windows color (decimal): -15352324 or 16563477. OLE color: 16563477.

HSL color Cylindrical-coordinate representation of color #15BDFC: hue angle of 196.36º degrees, saturation: 0.97, 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 #15BDFC is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 189 252 -
CMYK 0.92 0.25 0 0.01
HSL 196.36º 0.97% 0.54% -
HSV(B) 196.36º 0.92% 0.99% -
XYZ 36.08 43.58 98.61 -
YUV 145.95 187.84 38.88 -
System Red Green Blue C M Y K H S L
Decimal 21 189 252 0.92 0.25 0 0.01 196.36 0.97 0.54
Hex 15 BD FC 5C 19 0 1 C4 61 36
Octal 25 275 374 134 31 0 1 304 141 66
Binary 10101 10111101 11111100 1011100 11001 0 1 11000100 1100001 110110

Color Harmonies of #15BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDFC

Black with #15BDFC

Text Example


Text Example

White with #15BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,189,252); }

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

background-color css

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

 a { background-color: rgb(21,189,252); }

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

border-color css

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

 span { border-color: rgb(21,189,252); }

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