Html Css Color HEX #15BDE7 Deep Sky Blue

📋 copy color: '#15BDE7'

red 21 ◦ green 189 ◦ blue 231

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

Shades of Deep Sky Blue #15BDE7

Tints of Deep Sky Blue #15BDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.38%

R = 4.76%
G = 42.86%
B = 52.38%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#15BDE7 (or 0x15BDE7) is known color: Deep Sky Blue. HEX triplet: 15, BD and E7. RGB value is (21,189,231). Sum of RGB (Red+Green+Blue) = 21+189+231=441 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.76% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #15BDE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BDE7 is #EA4218. Grayscale: #8F8F8F. Windows color (decimal): -15352345 or 15187221. OLE color: 15187221.

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

Color convert

RGB 21 189 231 -
CMYK 0.91 0.18 0 0.09
HSL 192º 0.83% 0.49% -
HSV(B) 192º 0.91% 0.91% -
XYZ 32.93 42.32 82.04 -
YUV 143.56 177.34 40.58 -
System Red Green Blue C M Y K H S L
Decimal 21 189 231 0.91 0.18 0 0.09 192 0.83 0.49
Hex 15 BD E7 5B 12 0 9 C0 53 31
Octal 25 275 347 133 22 0 11 300 123 61
Binary 10101 10111101 11100111 1011011 10010 0 1001 11000000 1010011 110001

Color Harmonies of #15BDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BDE7

Black with #15BDE7

Text Example


Text Example

White with #15BDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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