#27D0FA

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

Shades of Deep Sky Blue #27D0FA

Tints of Deep Sky Blue #27D0FA

Color information

#27D0FA (or 0x27D0FA) is unknown color: approx Deep Sky Blue. HEX triplet: 27, D0 and FA. RGB value is (39,208,250). Sum of RGB (Red+Green+Blue) = 39+208+250=497 (65% of max value = 765). Red value is 39 (15.62% from 255 or 7.85% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #27D0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D0FA is #D82F05. Grayscale: #A1A1A1. Windows color (decimal): -14167814 or 16437287. OLE color: 16437287.

HSL color Cylindrical-coordinate representation of color #27D0FA: hue angle of 191.94º 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 #27D0FA is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB39208250-
CMYK0.840.1700.02
HSL191.94º95.48%56.67%-
HSV(B)191.94º84.4%98.04%-
XYZ40.6552.4598.42-
YUV162.26177.5140.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.85%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 250 (98.05% from 255) = 50.30%
R=7.85%
G=41.85%
B=50.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal392082500.840.1700.02191.9495.4856.67
Hex27D0FA541102c05f39
Octal47320372124210230013771
Binary1001111101000011111010101010010001010110000001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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