#2FD6FB

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

Shades of Summer Sky #2FD6FB

Tints of Summer Sky #2FD6FB

Color information

#2FD6FB (or 0x2FD6FB) is unknown color: approx Summer Sky. HEX triplet: 2F, D6 and FB. RGB value is (47,214,251). Sum of RGB (Red+Green+Blue) = 47+214+251=512 (67% of max value = 765). Red value is 47 (18.75% from 255 or 9.18% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #2FD6FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FD6FB is #D02904. Grayscale: #A7A7A7. Windows color (decimal): -13641989 or 16504367. OLE color: 16504367.

HSL color Cylindrical-coordinate representation of color #2FD6FB: hue angle of 190.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FD6FB is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB47214251-
CMYK0.810.1500.02
HSL190.88º96.23%58.43%-
HSV(B)190.88º81.27%98.43%-
XYZ42.6355.6699.76-
YUV168.28174.6741.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.18%
GREEN value IS 214 (83.98% from 255) = 41.80%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=9.18%
G=41.80%
B=49.02%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal472142510.810.1500.02190.8896.2358.43
Hex2FD6FB51F02bf603a
Octal57326373121170227714072
Binary101111110101101111101110100011111010101111111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,214,251); }

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

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

 a { background-color: rgb(47,214,251); }

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

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

 span { border-color: rgb(47,214,251); }

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