#47CBFA

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

Shades of Summer Sky #47CBFA

Tints of Summer Sky #47CBFA

Color information

#47CBFA (or 0x47CBFA) is unknown color: approx Summer Sky. HEX triplet: 47, CB and FA. RGB value is (71,203,250). Sum of RGB (Red+Green+Blue) = 71+203+250=524 (69% of max value = 765). Red value is 71 (28.12% from 255 or 13.55% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #47CBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #47CBFA is #B83405. Grayscale: #A8A8A8. Windows color (decimal): -12071942 or 16436039. OLE color: 16436039.

HSL color Cylindrical-coordinate representation of color #47CBFA: hue angle of 195.75º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47CBFA is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB71203250-
CMYK0.720.1900.02
HSL195.75º94.71%62.94%-
HSV(B)195.75º71.6%98.04%-
XYZ41.2150.9598.11-
YUV168.89173.7758.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 13.55%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 250 (98.05% from 255) = 47.71%
R=13.55%
G=38.74%
B=47.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal712032500.720.1900.02195.7594.7162.94
Hex47CBFA481302c45f3f
Octal107313372110230230413777
Binary10001111100101111111010100100010011010110001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47CBFA; }

 p { color: rgb(71,203,250); }

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

<style>
 a { background-color: #47CBFA; }

 a { background-color: rgb(71,203,250); }

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

<style>
 span { border-color: #47CBFA; }

 span { border-color: rgb(71,203,250); }

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