Html Css Color HEX #15B8F2 Deep Sky Blue

📋 copy color: '#15B8F2'

red 21 ◦ green 184 ◦ blue 242

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

Shades of Deep Sky Blue #15B8F2

Tints of Deep Sky Blue #15B8F2

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

 BLUE value IS 242 (94.92% from 255) = 54.14%

R = 4.7%
G = 41.16%
B = 54.14%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#15B8F2 (or 0x15B8F2) is known color: Deep Sky Blue. HEX triplet: 15, B8 and F2. RGB value is (21,184,242). Sum of RGB (Red+Green+Blue) = 21+184+242=447 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.70% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #15B8F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15B8F2 is #EA470D. Grayscale: #8D8D8D. Windows color (decimal): -15353614 or 15906837. OLE color: 15906837.

HSL color Cylindrical-coordinate representation of color #15B8F2: hue angle of 195.75º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15B8F2 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 184 242 -
CMYK 0.91 0.24 0 0.05
HSL 195.75º 0.89% 0.52% -
HSV(B) 195.75º 0.91% 0.95% -
XYZ 33.48 40.85 90.13 -
YUV 141.88 184.5 41.78 -
System Red Green Blue C M Y K H S L
Decimal 21 184 242 0.91 0.24 0 0.05 195.75 0.89 0.52
Hex 15 B8 F2 5B 18 0 5 C4 59 34
Octal 25 270 362 133 30 0 5 304 131 64
Binary 10101 10111000 11110010 1011011 11000 0 101 11000100 1011001 110100

Color Harmonies of #15B8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15B8F2

Black with #15B8F2

Text Example


Text Example

White with #15B8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,184,242); }

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

background-color css

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

 a { background-color: rgb(21,184,242); }

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

border-color css

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

 span { border-color: rgb(21,184,242); }

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