Html Css Color HEX #15BEED Deep Sky Blue

📋 copy color: '#15BEED'

red 21 ◦ green 190 ◦ blue 237

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

Shades of Deep Sky Blue #15BEED

Tints of Deep Sky Blue #15BEED

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.41%

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 4.69%
G = 42.41%
B = 52.9%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#15BEED (or 0x15BEED) is known color: Deep Sky Blue. HEX triplet: 15, BE and ED. RGB value is (21,190,237). Sum of RGB (Red+Green+Blue) = 21+190+237=448 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.69% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #15BEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15BEED is #EA4112. Grayscale: #909090. Windows color (decimal): -15352083 or 15580693. OLE color: 15580693.

HSL color Cylindrical-coordinate representation of color #15BEED: hue angle of 193.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15BEED is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 190 237 -
CMYK 0.91 0.20 0 0.07
HSL 193.06º 0.86% 0.51% -
HSV(B) 193.06º 0.91% 0.93% -
XYZ 34.01 43.1 86.65 -
YUV 144.83 180.01 39.68 -
System Red Green Blue C M Y K H S L
Decimal 21 190 237 0.91 0.20 0 0.07 193.06 0.86 0.51
Hex 15 BE ED 5B 14 0 7 C1 56 33
Octal 25 276 355 133 24 0 7 301 126 63
Binary 10101 10111110 11101101 1011011 10100 0 111 11000001 1010110 110011

Color Harmonies of #15BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15BEED

Black with #15BEED

Text Example


Text Example

White with #15BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,190,237); }

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

background-color css

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

 a { background-color: rgb(21,190,237); }

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

border-color css

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

 span { border-color: rgb(21,190,237); }

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