Html Css Color HEX #15BDF5 Deep Sky Blue

📋 copy color: '#15BDF5'

red 21 ◦ green 189 ◦ blue 245

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

Shades of Deep Sky Blue #15BDF5

Tints of Deep Sky Blue #15BDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 53.85%

R = 4.62%
G = 41.54%
B = 53.85%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#15BDF5 (or 0x15BDF5) is known color: Deep Sky Blue. HEX triplet: 15, BD and F5. RGB value is (21,189,245). Sum of RGB (Red+Green+Blue) = 21+189+245=455 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.62% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 245 (96.09% from 255 or 53.85% from 455); Max value from RGB is 245 - color contains mainly: blue. Hex color #15BDF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BDF5 is #EA420A. Grayscale: #909090. Windows color (decimal): -15352331 or 16104725. OLE color: 16104725.

HSL color Cylindrical-coordinate representation of color #15BDF5: hue angle of 195º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BDF5 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 189 245 -
CMYK 0.91 0.23 0 0.04
HSL 195º 0.92% 0.52% -
HSV(B) 195º 0.91% 0.96% -
XYZ 34.99 43.15 92.87 -
YUV 145.15 184.34 39.45 -
System Red Green Blue C M Y K H S L
Decimal 21 189 245 0.91 0.23 0 0.04 195 0.92 0.52
Hex 15 BD F5 5B 17 0 4 C3 5C 34
Octal 25 275 365 133 27 0 4 303 134 64
Binary 10101 10111101 11110101 1011011 10111 0 100 11000011 1011100 110100

Color Harmonies of #15BDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDF5

Black with #15BDF5

Text Example


Text Example

White with #15BDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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