#27D1FA

Color #27D1FA Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #27D1FA

Tints of Deep Sky Blue #27D1FA

Color information

#27D1FA (or 0x27D1FA) is unknown color: approx Deep Sky Blue. HEX triplet: 27, D1 and FA. RGB value is (39,209,250). Sum of RGB (Red+Green+Blue) = 39+209+250=498 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.83% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #27D1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D1FA is #D82E05. Grayscale: #A2A2A2. Windows color (decimal): -14167558 or 16437543. OLE color: 16437543.

HSL color Cylindrical-coordinate representation of color #27D1FA: hue angle of 191.66º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27D1FA is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB39209250-
CMYK0.840.1600.02
HSL191.66º95.48%56.67%-
HSV(B)191.66º84.4%98.04%-
XYZ40.8952.9398.5-
YUV162.84177.1839.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.83%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=7.83%
G=41.97%
B=50.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal392092500.840.1600.02191.6695.4856.67
Hex27D1FA541002c05f39
Octal47321372124200230013771
Binary1001111101000111111010101010010000010110000001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27D1FA; }

 p { color: rgb(39,209,250); }

 H1.HeaderClassName
 {
   color: #27D1FA;
 }
 .AnyTagClassName
 {
   color: #27D1FA;
 }
</style>
background-color css

<style>
 a { background-color: #27D1FA; }

 a { background-color: rgb(39,209,250); }

 div.DivClassName
 {
   background-color: #27D1FA;
 }
 .BgClassName
 {
   background-color: #27D1FA;
 }
</style>
border-color css

<style>
 span { border-color: #27D1FA; }

 span { border-color: rgb(39,209,250); }

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