#2FB4FE

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

Shades of Summer Sky #2FB4FE

Tints of Summer Sky #2FB4FE

Color information

#2FB4FE (or 0x2FB4FE) is unknown color: approx Summer Sky. HEX triplet: 2F, B4 and FE. RGB value is (47,180,254). Sum of RGB (Red+Green+Blue) = 47+180+254=481 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.77% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FB4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FB4FE is #D04B01. Grayscale: #949494. Windows color (decimal): -13650690 or 16692271. OLE color: 16692271.

HSL color Cylindrical-coordinate representation of color #2FB4FE: hue angle of 201.45º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FB4FE is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB47180254-
CMYK0.810.2900.00
HSL201.45º99.04%59.02%-
HSV(B)201.45º81.5%99.61%-
XYZ35.3840.499.7-
YUV148.67187.4455.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.77%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 254 (99.61% from 255) = 52.81%
R=9.77%
G=37.42%
B=52.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal471802540.810.2900.00201.4599.0459.02
Hex2FB4FE511D00c9633b
Octal57264376121350031114373
Binary101111101101001111111010100011110100110010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2FB4FE; }

 p { color: rgb(47,180,254); }

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

<style>
 a { background-color: #2FB4FE; }

 a { background-color: rgb(47,180,254); }

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

<style>
 span { border-color: #2FB4FE; }

 span { border-color: rgb(47,180,254); }

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