#27D2FA

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

Shades of Deep Sky Blue #27D2FA

Tints of Deep Sky Blue #27D2FA

Color information

#27D2FA (or 0x27D2FA) is unknown color: approx Deep Sky Blue. HEX triplet: 27, D2 and FA. RGB value is (39,210,250). Sum of RGB (Red+Green+Blue) = 39+210+250=499 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.82% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #27D2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27D2FA is #D82D05. Grayscale: #A3A3A3. Windows color (decimal): -14167302 or 16437799. OLE color: 16437799.

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

Color convert

RGB39210250-
CMYK0.840.1600.02
HSL191.37º95.48%56.67%-
HSV(B)191.37º84.4%98.04%-
XYZ41.1453.4398.59-
YUV163.43176.8539.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 7.82%
GREEN value IS 210 (82.42% from 255) = 42.08%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=7.82%
G=42.08%
B=50.10%

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
Decimal392102500.840.1600.02191.3795.4856.67
Hex27D2FA541002bf5f39
Octal47322372124200227713771
Binary1001111101001011111010101010010000010101111111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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