Html Css Color HEX #15BDF6 Deep Sky Blue

📋 copy color: '#15BDF6'

red 21 ◦ green 189 ◦ blue 246

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

Shades of Deep Sky Blue #15BDF6

Tints of Deep Sky Blue #15BDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.95%

R = 4.61%
G = 41.45%
B = 53.95%

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

#15BDF6 (or 0x15BDF6) is known color: Deep Sky Blue. HEX triplet: 15, BD and F6. RGB value is (21,189,246). Sum of RGB (Red+Green+Blue) = 21+189+246=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #15BDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BDF6 is #EA4209. Grayscale: #909090. Windows color (decimal): -15352330 or 16170261. OLE color: 16170261.

HSL color Cylindrical-coordinate representation of color #15BDF6: hue angle of 195.2º degrees, saturation: 0.93, 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 #15BDF6 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 189 246 -
CMYK 0.91 0.23 0 0.04
HSL 195.2º 0.93% 0.52% -
HSV(B) 195.2º 0.91% 0.96% -
XYZ 35.14 43.21 93.68 -
YUV 145.27 184.84 39.37 -
System Red Green Blue C M Y K H S L
Decimal 21 189 246 0.91 0.23 0 0.04 195.2 0.93 0.52
Hex 15 BD F6 5B 17 0 4 C3 5D 34
Octal 25 275 366 133 27 0 4 303 135 64
Binary 10101 10111101 11110110 1011011 10111 0 100 11000011 1011101 110100

Color Harmonies of #15BDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDF6

Black with #15BDF6

Text Example


Text Example

White with #15BDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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