Html Css Color HEX #15C0FA Deep Sky Blue

📋 copy color: '#15C0FA'

red 21 ◦ green 192 ◦ blue 250

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

Shades of Deep Sky Blue #15C0FA

Tints of Deep Sky Blue #15C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.47%

 BLUE value IS 250 (98.05% from 255) = 54%

R = 4.54%
G = 41.47%
B = 54%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#15C0FA (or 0x15C0FA) is known color: Deep Sky Blue. HEX triplet: 15, C0 and FA. RGB value is (21,192,250). Sum of RGB (Red+Green+Blue) = 21+192+250=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #15C0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C0FA is #EA3F05. Grayscale: #939393. Windows color (decimal): -15351558 or 16433173. OLE color: 16433173.

HSL color Cylindrical-coordinate representation of color #15C0FA: hue angle of 195.2º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15C0FA is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 192 250 -
CMYK 0.92 0.23 0 0.02
HSL 195.2º 0.96% 0.53% -
HSV(B) 195.2º 0.92% 0.98% -
XYZ 36.41 44.76 97.16 -
YUV 147.48 185.85 37.78 -
System Red Green Blue C M Y K H S L
Decimal 21 192 250 0.92 0.23 0 0.02 195.2 0.96 0.53
Hex 15 C0 FA 5C 17 0 2 C3 60 35
Octal 25 300 372 134 27 0 2 303 140 65
Binary 10101 11000000 11111010 1011100 10111 0 10 11000011 1100000 110101

Color Harmonies of #15C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C0FA

Black with #15C0FA

Text Example


Text Example

White with #15C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,192,250); }

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

background-color css

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

 a { background-color: rgb(21,192,250); }

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

border-color css

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

 span { border-color: rgb(21,192,250); }

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