Html Css Color HEX #15BDE8 Deep Sky Blue

📋 copy color: '#15BDE8'

red 21 ◦ green 189 ◦ blue 232

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

Shades of Deep Sky Blue #15BDE8

Tints of Deep Sky Blue #15BDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.49%

R = 4.75%
G = 42.76%
B = 52.49%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#15BDE8 (or 0x15BDE8) is known color: Deep Sky Blue. HEX triplet: 15, BD and E8. RGB value is (21,189,232). Sum of RGB (Red+Green+Blue) = 21+189+232=442 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.75% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #15BDE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BDE8 is #EA4217. Grayscale: #8F8F8F. Windows color (decimal): -15352344 or 15252757. OLE color: 15252757.

HSL color Cylindrical-coordinate representation of color #15BDE8: hue angle of 192.23º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BDE8 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 21 189 232 -
CMYK 0.91 0.19 0 0.09
HSL 192.23º 0.83% 0.5% -
HSV(B) 192.23º 0.91% 0.91% -
XYZ 33.07 42.38 82.78 -
YUV 143.67 177.84 40.5 -
System Red Green Blue C M Y K H S L
Decimal 21 189 232 0.91 0.19 0 0.09 192.23 0.83 0.5
Hex 15 BD E8 5B 13 0 9 C0 53 32
Octal 25 275 350 133 23 0 11 300 123 62
Binary 10101 10111101 11101000 1011011 10011 0 1001 11000000 1010011 110010

Color Harmonies of #15BDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDE8

Black with #15BDE8

Text Example


Text Example

White with #15BDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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