#27BAFA

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

Shades of Summer Sky #27BAFA

Tints of Summer Sky #27BAFA

Color information

#27BAFA (or 0x27BAFA) is unknown color: approx Summer Sky. HEX triplet: 27, BA and FA. RGB value is (39,186,250). Sum of RGB (Red+Green+Blue) = 39+186+250=475 (62% of max value = 765). Red value is 39 (15.62% from 255 or 8.21% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #27BAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27BAFA is #D84505. Grayscale: #949494. Windows color (decimal): -14173446 or 16431655. OLE color: 16431655.

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

Color convert

RGB39186250-
CMYK0.840.2600.02
HSL198.2º95.48%56.67%-
HSV(B)198.2º84.4%98.04%-
XYZ35.6542.4596.76-
YUV149.34184.849.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.21%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 250 (98.05% from 255) = 52.63%
R=8.21%
G=39.16%
B=52.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal391862500.840.2600.02198.295.4856.67
Hex27BAFA541A02c65f39
Octal47272372124320230613771
Binary1001111011101011111010101010011010010110001101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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