Html Css Color HEX #15C2FA Deep Sky Blue

📋 copy color: '#15C2FA'

red 21 ◦ green 194 ◦ blue 250

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

Shades of Deep Sky Blue #15C2FA

Tints of Deep Sky Blue #15C2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.72%

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

R = 4.52%
G = 41.72%
B = 53.76%

CMYK

 C value IS 0.92

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#15C2FA (or 0x15C2FA) is known color: Deep Sky Blue. HEX triplet: 15, C2 and FA. RGB value is (21,194,250). Sum of RGB (Red+Green+Blue) = 21+194+250=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #15C2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C2FA is #EA3D05. Grayscale: #949494. Windows color (decimal): -15351046 or 16433685. OLE color: 16433685.

HSL color Cylindrical-coordinate representation of color #15C2FA: hue angle of 194.67º 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 #15C2FA is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 194 250 -
CMYK 0.92 0.22 0 0.02
HSL 194.67º 0.96% 0.53% -
HSV(B) 194.67º 0.92% 0.98% -
XYZ 36.86 45.65 97.31 -
YUV 148.66 185.19 36.95 -
System Red Green Blue C M Y K H S L
Decimal 21 194 250 0.92 0.22 0 0.02 194.67 0.96 0.53
Hex 15 C2 FA 5C 16 0 2 C3 60 35
Octal 25 302 372 134 26 0 2 303 140 65
Binary 10101 11000010 11111010 1011100 10110 0 10 11000011 1100000 110101

Color Harmonies of #15C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15C2FA

Black with #15C2FA

Text Example


Text Example

White with #15C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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